This document is archived and information here might be outdated. Recommended version. |
Obtains property or array value as string. Advances to the next token. If property value cannot be coerced to string, returns E_FAIL.
[Visual Basic .NET]
Public Function ReadValueAsString ( _
) As String
[C#]
public string ReadValueAsString (
);
[C++]
HRESULT ReadValueAsString(
void
);