Returns the JSON for this token using the given formatting and converters.
| C# | Visual Basic | Visual C++ |
public string ToString( Formatting formatting, params JsonConverter[] converters )
Public Function ToString ( _ formatting As Formatting, _ ParamArray converters As JsonConverter() _ ) As String
public: String^ ToString( Formatting formatting, ... array<JsonConverter^>^ converters )
- formatting (Formatting)
- Indicates how the output is formatted.
- converters (array<JsonConverter>[]()[][])
- A collection of JsonConverter which will be used when writing the token.
The JSON for this token using the given formatting and converters.