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


IGPParseString2.IsNextTokenQuoted Method (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 > IGPParseString2.IsNextTokenQuoted Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IGPParseString2 Interface