Show / Hide Table of Contents

Method ToString

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
| Improve this Doc View Source

ToString(Boolean)

Converts this JSON writer into string.

Declaration
public abstract string ToString(bool isPretty)
Parameters
Type Name Description
System.Boolean isPretty

Specifies whether the result string should be formatted for better readability.

Returns
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest