ArcObjects Library Reference (System)  

IJSONReader.ReadValueAsString Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONReader Interface