Converts the
Object to its JSON string representation.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
Public Shared Function ToString ( _
value As Object _
) As String
Parameters
- value (Object)
- The value to convert.
Return Value
A JSON string representation of the
Object.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)