ToString Method (format)

Json.NET

Json.NET - Quick Starts & API Documentation ToString Method (format)
NamespacesNewtonsoft.Json.LinqJValueToString(String)
Returns a String that represents this instance.
Declaration Syntax
C# Visual Basic Visual C++
public string ToString(
	string format
)
Public Function ToString ( _
	format As String _
) As String
public:
String^ ToString(
	String^ format
)
Parameters
format (String)
The format.
Return Value
A String that represents this instance.

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