This document is archived and information here might be outdated. Recommended version. |
Indicates if the given name string can be parsed by this parser.
[Visual Basic .NET]
Public Function CanParse ( _
ByVal NameString As String _
) As Boolean
[C#]
public bool CanParse (
string NameString
);
[C++]
HRESULT CanParse(
BSTR NameString
);
[C++] Parameters NameString [in]
NameString is a parameter of type BSTR
Indicates if the given string can be parsed by this parser. Use the CanParse method before using the Parse method.