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 (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
(
IFormatProvider
formatProvider
)
Parameters
formatProvider
Type:
System
IFormatProvider
The format provider.
Return Value
Type:
String
A
String
that represents this instance.
Implements
IConvertible
ToString(IFormatProvider)
See Also
Reference
JValue Class
ToString Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home