Value Class Properties
For a list of all members of this type, see Value members.
Public Properties
Name | Description | |
---|---|---|
Array | Gets the array value if the class is holding an array. | |
ArraySize | Gets the number of elements in the array if the value is holding array data. | |
IsArray | Gets a value indicating whether this instance is array. | |
IsEmpty | Gets a value indicating whether this instance is empty. | |
RawValue | Gets the raw data value contained in this class. | |
ValueAsBool | Gets a value indicating whether value as Bool. | |
ValueAsDateTime | Gets the value as type DateTime. | |
ValueAsDouble | Gets the value as type Double. | |
ValueAsDuration | Gets the value as type Duration. | |
ValueAsFloat | Gets the value as type Float. | |
ValueAsInt32 | Gets the value as type Integer. | |
ValueAsString | Gets the value as type String. |
See Also