Overload | Description |
---|---|
Variant Constructor(Boolean) | Initializes a new instance of the Variant with the specified boolean value. |
Variant Constructor(Int32) | Initializes a new instance of the Variant with the specified integer value. |
Variant Constructor(Int64) | Initializes a new instance of the Variant with the specified long integer value. |
Variant Constructor(UInt64) | Initializes a new instance of the Variant with the specified unsigned long integer value. |
Variant Constructor(Double) | Initializes a new instance of the Variant with the specified double value. |
Variant Constructor(Single) | Initializes a new instance of the Variant with the specified float value. |
Variant Constructor(Decimal) | Initializes a new instance of the Variant with the specified decimal value. |
Variant Constructor(Char) | Initializes a new instance of the Variant with the specified System.Char value. |
Variant Constructor(String) | Initializes a new instance of the Variant with the System.String value. |
Variant Constructor(TimeSpan) | Initializes a new instance of the Variant with the System.TimeSpan value. |
Variant Constructor(DateTime) | Initializes a new instance of the Variant with the System.DateTime value. |