ArcObjects Library Reference (Geoprocessing)  

IGPParseString.IsNextTokenQuoted Method

Returns whether the next token to be parsed is enclosed in quotation marks.

[Visual Basic .NET]
Public Function IsNextTokenQuoted ( _
) As Boolean
[C#]
public bool IsNextTokenQuoted (
);
[C++]
HRESULT IsNextTokenQuoted(
  VARIANT_BOOL* quoted
);
[C++]

Parameters

quoted [out, retval]   quoted is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPParseString Interface