Constructs this class and assignes another variant value.
a value to be assigned to this variant.
Gets variant value as boolean
Sets variant value as boolean
a value to be set
Gets variant value as DateTime
Sets variant value as DateTime
a value to be set
Gets variant value as double
Sets variant value as double
a value to be set
Gets variant value as float
Sets variant value as float
a value to be set
Gets variant value as integer
Sets variant value as integer
a value to be set
Gets variant value as long
Sets variant value as long
a value to be set
Gets variant value as Object
Sets variant value as Object
a value to be set
Gets variant value as string
Sets variant value as string
a value to be set
Gets variant value as TimeSpan
Sets variant value as TimeSpan
a value to be set
Gets length of the array
The length of the array or 0
Sets a new array length
a new array length
The length of the array or 0
Gets a type of the variant value
the variant value type
Assignes a new value to this object.
A new value to be assigned.
Clears this object and assignes a VariantType.Null type.
Cloning the variant value
The cloned value of this variant
Compares this object to the specified one.
An object to be compared.
true
if objects are equal.
Gets an array element by its index.
an element index
a requested array element
Checks is this variant value empty.
true</code< is this variant value is empty.
Checks is this variant value Null.
true
if this variant value is Null.
Sets an array element by its index.
an element index
an element value
Returns a string value for this object.
a string value for this object.
Creates a new variant from Boolean value.
a variant value.
a created variant object.
Creates a new variant from DateTime value.
a variant value.
a created variant object.
Creates a new variant from Double value.
a variant value.
a created variant object.
Creates a new variant from Float value.
a variant value.
a created variant object.
Creates a new variant from Integer value.
a variant value.
a created variant object.
Creates a new variant from Long value.
a variant value.
a created variant object.
Creates a new variant from Object value.
a variant value.
a created variant object.
Creates a new variant from String value.
a variant value.
a created variant object.
Creates a new variant from TimeSpan value.
a variant value.
a created variant object.
Generated using TypeDoc
Defines container for variant values.