This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters props [in]
props is a parameter of type IPropertySet*