Variant Structure |
public struct Variant
The Variant type exposes the following members.
Name | Description | |
---|---|---|
Variant | Initializes a new instance of the Variant class | |
Variant(Double) | Initializes a new instance of the Variant class | |
Variant(Object) | Initializes a new instance of the Variant class | |
Variant(String) | Initializes a new instance of the Variant class |
Name | Description | |
---|---|---|
IsDouble | ||
IsDoubleOrNaN | ||
IsEmpty | ||
IsString |
Name | Description | |
---|---|---|
AsDateTime | ||
AsDouble | ||
AsString | ||
AsTimeSpan | ||
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
ValueType |
Name | Description | |
---|---|---|
(Variant to Double) | ||
(Variant to String) |