Parses target string attempting to determine the (sub)string between the beginning of this string and the Token. After the parse is complete system will load into CharsParsed then number of chars scanned and into Result the string that was found.
The index of the char next char after the Token end.
If nothing is parsed the method will return -1. Case the Token wasn't found until the end of the string the method retuns (in Result) the string found between the starting index and the end of the string.
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace | StringParser.Parse Overload List