Method GetDataAsJson
GetDataAsJson<T>()
Gets the value of DataType item in the form of JsonValueBase.
Declaration
public virtual T GetDataAsJson<T>()
where T : JsonValueBase
Returns
| Type | Description |
|---|---|
| T | DataType item in the form of JsonValueBase. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of JsonValueBase or other derived classes. |