![]() ![]() | Indicates if the string specified as source starts with the token string. |
![]() |
Overloaded. Initializes a new instance of the StringParser class. |
![]() | Loaded after a parsing operation with the number of chars parsed. |
![]() | Returns the length of the string that is being parsed. |
![]() | Loaded after a parsing operation with the string that was found between tokens. |
![]() | The string separator. The default value is a white space: 0x32 ASCII code. |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Returns the index of the substring in the string. If the substring does not exists the method returns -1. |
![]() | Overloaded. 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. |
![]() | 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. |
![]() | Overrided method that returns the string to be parsed. |
![]() | |
![]() |
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace