Value Class Members
The following tables list the members exposed by Value.
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. |
Public Methods
Name | Description | |
---|---|---|
![]() | GetArrayElement | If the class is holding an array, this returns an element of the specified 1-based index from the array. |
See Also