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.
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.
public int Parse(string);
Parses target string attempting to determine the (sub)string between the index start 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.
public int Parse(string,int);
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace