Json.NET - Quick Starts & API Documentation
ToString Method
NamespacesNewtonsoft.Json.LinqJTokenToString()()()
Returns the indented JSON for this token.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
The indented JSON for this token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)