Quotes the string if it needs to be quoted.
[Visual Basic .NET] Public Function QuoteString ( _ ByVal text As String _ ) As String
[C#] public string QuoteString ( string text );
[C++]
HRESULT QuoteString(
BSTR text,
BSTR* token
);
[C++]Parameters
text [in] text is a parameter of type BSTR token [out, retval] token is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.