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


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

IGPParseString2.NeedsQuote Method

Returns if the string needs to be quoted.

[Visual Basic .NET]
Public Function NeedsQuote ( _
    ByVal text As String _
) As Boolean
[C#]
public bool NeedsQuote (
    string text
);
[C++]
HRESULT NeedsQuote(
  BSTR text
);
[C++]
Parameters
text [in]

text is a parameter of type BSTR

Product Availability

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

See Also

IGPParseString2 Interface