This topic has not yet been rated - Rate this topic

JsonValue.ToString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Saves (serializes) this JSON CLR type into text-based JSON.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)
public override string ToString()

Return Value

Type: System.String
Returns string, which contains text-based JSON.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.