Provides access to the properties/methods of a geoprocessing parse string object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. | |
DoubleToString | Returns the double value as string. | |
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. | |
NeedsQuote | Returns if the string needs to be quoted. | |
NextBoolean | Returns the next token parsed from the string as a boolean. | |
NextDouble | Returns the next token parsed from the string as a double. | |
NextLong | Returns the next token parsed from the string as a long. | |
NextSimpleToken | Returns the next simple token parsed from the string. | |
NextToken | Returns the next token parsed from the string. | |
QuoteString | Quotes the string if it needs to be quoted. | |
RemainingText | Returns the remaining string. | |
StringToDouble | Returns the string as a doulbe value. |
CoClasses that implement IGPParseString2
CoClasses and Classes | Description |
---|---|
GPParseString | Helper class used to parse strings based upon a token separator. |