Constructor JSONBool
JSONBool(bool)
Initializes a new instance of the JSONBool class.
Declaration
public JSONBool(bool aData)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | aData | if set to |
JSONBool(string)
Initializes a new instance of the JSONBool class.
Declaration
public JSONBool(string aData)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aData | a data. |