The methods of the StringParser class are listed below. For a complete list of StringParser class members, see the StringParser Members topic.
![]() ![]() | Indicates if the string specified as source starts with the token string. |
![]() | |
![]() | |
![]() | |
![]() | 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