Firebird ADO.NET Provider SDK Documentation - v1.7

StringParser Methods

The methods of the StringParser class are listed below. For a complete list of StringParser class members, see the StringParser Members topic.

Public Static (Shared) Methods

StartsWith Indicates if the string specified as source starts with the token string.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IndexOfOverloaded. Returns the index of the substring in the string. If the substring does not exists the method returns -1.
ParseOverloaded. 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.
ParseNext Repeats the parsing starting on the index returned by Parse method. You can also call ParseNext directly (without calling Parse) if you define the text to be parsed at instance construction.
ToString Overrided method that returns the string to be parsed.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace