SetString method: JsonValue class
Syntax
SetString(Value)
Description
Use this method to set the string value of the object.
Parameters
| Parameter | Description |
|---|---|
|
Value |
Specifies a string value. |
Returns
None.
Example
Local JsonValue &jVal = CreateJsonValue();
&jVal.SetString("Test String");