This document is archived and information here might be outdated. Recommended version. |
Parses the name string and returns a new Name object.
[Visual Basic .NET] Public Function Parse ( _ ByVal NameString As String _ ) As IName
[C#] public IName Parse ( string NameString );
[C++]
HRESULT Parse(
BSTR NameString
);
[C++] Parameters NameString [in]
NameString is a parameter of type BSTR
Returns a new Name object by parsing the given string. Use the CanParse method first to ensure the string can be parsed.