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


IGPParseString.IsNextTokenQuoted Method (ArcObjects .NET 10.6 SDK)
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(
void
);

Product Availability

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

See Also

IGPParseString Interface