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


IJSONArray.ToJSONString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONArray.ToJSONString Method

Converts IJSONArray to JSON representation using IJSONWriter internally. 'props' parameter is to control IJSONWriter properties. It's safe to set it to NULL.

[Visual Basic .NET]
Public Function ToJSONString ( _
    ByVal props As IPropertySet _
) As String
[C#]
public string ToJSONString (
    IPropertySet props
);
[C++]
HRESULT ToJSONString(
  IPropertySet* props,
  BSTR* outStr
);
[C++]

Parameters props [in]
props is a parameter of type IPropertySet outStr [out, retval] outStr is a parameter of type BSTR

Product Availability

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

See Also

IJSONArray Interface