Json.NET - Quick Starts & API Documentation
ToString Method
NamespacesNewtonsoft.JsonIdentifierToString()()()
Returns a String that represents the current Object.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
A String that represents the current Object.

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