This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.ReadValueAsString Method (ArcObjects .NET 10.5 SDK) |
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(
BSTR* pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type BSTR