Method ToJsonString
| Improve this Doc View SourceToJsonString(Boolean, IJsonCustomizer)
Serialize this DataRow into JSON string.
Declaration
public string ToJsonString(bool isPretty, IJsonCustomizer customizer = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isPretty | Specifies whether serialized JSON string should be indented. |
| IJsonCustomizer | customizer | The customizer which can customize the serialization. |
Returns
| Type | Description |
|---|---|
| System.String |