This document is archived and information here might be outdated.  Recommended version.


IJSONReader.ReadFromString Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJSONReader.ReadFromString Method

Specifies input as string.

[Visual Basic .NET]
Public Sub ReadFromString ( _
    ByVal Text As String _
)
[C#]
public void ReadFromString (
    string Text
);
[C++]
HRESULT ReadFromString(
  BSTR Text
);
[C++]

Parameters Text [in] Text is a parameter of type BSTR

Product Availability

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

See Also

IJSONReader Interface