Json.NET - Quick Starts & API Documentation
ToString Method (format, formatProvider)
Namespaces ► Newtonsoft.Json.Linq ► JValue ► ToString(String, IFormatProvider)
Returns a String that represents this instance.
Declaration Syntax
C# | Visual Basic | Visual 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.