Firebird ADO.NET Provider SDK Documentation - v1.7

StringParser.Parse Method

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.

Overload List

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);

See Also

StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace