This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParseString Interface > IGPParseString.IsNextTokenQuoted Method (ArcObjects .NET 10.4 SDK) |
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