This document is archived and information here might be outdated. Recommended version. |
Provides access to the properties/methods of a geoprocessing parse string object. Note: the IGPParseString interface has been superseded byIGPParseString2. Please consider using the more recent version.
Name | Description | |
---|---|---|
CheckToken | Builds a string, one character at a time, returning whether that character is quoted and whether that character is the end of delimited token. | |
Initialize | Initializes the geoprocessing parse string object with the string to be parsed and the string used to separate tokens. | |
IsNextTokenQuoted | Returns whether the next token to be parsed is enclosed in quotation marks. | |
NextSimpleToken | Returns the next simple token parsed from the string. | |
NextToken | Returns the next token parsed from the string. |
CoClasses and Classes | Description |
---|---|
GPParseString | Helper class used to parse strings based upon a token separator. |