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

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