Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JValue Class
JValue Methods
ToString Method
ToString Method
ToString Method (IFormatProvider)
ToString Method (String)
ToString Method (String, IFormatProvider)
JValue
ToString Method (String, IFormatProvider)
Returns a
String
that represents this instance.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
string
ToString
(
string
format
,
IFormatProvider
formatProvider
)
Parameters
format
Type:
System
String
The format.
formatProvider
Type:
System
IFormatProvider
The format provider.
Return Value
Type:
String
A
String
that represents this instance.
Implements
IFormattable
ToString(String, IFormatProvider)
See Also
Reference
JValue Class
ToString Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home