Method String
| Improve this Doc View SourceString(String)
Converts a value into string JSON value.
Declaration
public static JsonValue String(string x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | x | The value. |
Returns
| Type | Description |
|---|---|
| JsonValue | The result JSON value. |