This document is archived and information here might be outdated. Recommended version. |
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