ToString Method (value)

Json.NET

Json.NET - Quick Starts & API Documentation ToString Method (value)
NamespacesNewtonsoft.JsonJsonConvertToString(Object)
Converts the Object to its JSON string representation.
Declaration Syntax
C# Visual Basic Visual C++
public static string ToString(
	Object value
)
Public Shared Function ToString ( _
	value As Object _
) As String
public:
static String^ ToString(
	Object^ value
)
Parameters
value (Object)
The value to convert.
Return Value
A JSON string representation of the Object.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)