[This is preliminary documentation and is subject to change.]

Returns the indented JSON for this token.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

A String containing the indented JSON.

See Also

JToken Class
ToString Overload
Facebook.Json.Linq Namespace