Firebird ADO.NET Provider SDK Documentation - v1.7

StringParser Members

StringParser overview

Public Static (Shared) Methods

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

Public Instance Constructors

StringParser Overloaded. Initializes a new instance of the StringParser class.

Public Instance Properties

CharsParsed Loaded after a parsing operation with the number of chars parsed.
Length Returns the length of the string that is being parsed.
Result Loaded after a parsing operation with the string that was found between tokens.
Token The string separator. The default value is a white space: 0x32 ASCII code.

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