Json.NET - Quick Starts & API Documentation
ToString Method (formatProvider)
Namespaces ► Newtonsoft.Json.Linq ► JValue ► ToString(IFormatProvider)
Returns a String that represents this instance.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string ToString( IFormatProvider formatProvider )
Public Function ToString ( _ formatProvider As IFormatProvider _ ) As String
public: String^ ToString( IFormatProvider^ formatProvider )
Parameters
- formatProvider (IFormatProvider)
- The format provider.
Return Value
A String that represents this instance.