Method ToString
| Improve this Doc View SourceToString()
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 |