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


IGPParseString2.IsNextTokenQuoted Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParseString2.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

IGPParseString2 Interface