This document is archived and information here might be outdated.  Recommended version.


IGPParseString2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString2 Interface
ArcGIS Developer Help

IGPParseString2 Interface

Provides access to the properties/methods of a geoprocessing parse string object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method 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.
Method DoubleToString Returns the double value as string.
Method Initialize Initializes the geoprocessing parse string object with the string to be parsed and the string used to separate tokens.
Method IsNextTokenQuoted Returns whether the next token to be parsed is enclosed in quotation marks.
Method NeedsQuote Returns if the string needs to be quoted.
Method NextBoolean Returns the next token parsed from the string as a boolean.
Method NextDouble Returns the next token parsed from the string as a double.
Method NextLong Returns the next token parsed from the string as a long.
Method NextSimpleToken Returns the next simple token parsed from the string.
Method NextToken Returns the next token parsed from the string.
Method QuoteString Quotes the string if it needs to be quoted.
Method RemainingText Returns the remaining string.
Method StringToDouble Returns the string as a doulbe value.

Classes that implement IGPParseString2

Classes Description
GPParseString Helper class used to parse strings based upon a token separator.