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