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