Overload | Description |
---|---|
NVariant Constructor(AlMb) | |
NVariant Constructor(NVariant[]) | Creates an array variant |
NVariant Constructor(Boolean) | Creates a variant that holds the specified value. |
NVariant Constructor(Byte) | Creates a variant that holds the specified value. |
NVariant Constructor(Int16) | Creates a variant that holds the specified value. |
NVariant Constructor(Int32) | Creates a variant that holds the specified value. |
NVariant Constructor(Int64) | Creates a variant that holds the specified value. |
NVariant Constructor(UInt16) | Creates a variant that holds the specified value. |
NVariant Constructor(UInt32) | Creates a variant that holds the specified value. |
NVariant Constructor(UInt64) | Creates a variant that holds the specified value. |
NVariant Constructor(Single) | Creates a variant that holds the specified value. |
NVariant Constructor(Double) | Creates a variant that holds the specified value. |
NVariant Constructor(Decimal) | Creates a new Real variant that is associated with the specified Value. |
NVariant Constructor(DateTime) | Creates a new DateTime variant that is associated with the specified Value. |
NVariant Constructor(NMaskedDateTime) | Creates a new DateTime variant that is associated with the specified Value. |
NVariant Constructor(NLength) | Creates a new number variant that is associated with the specified length unit. |
NVariant Constructor(NAngle) | Creates a new number variant that is associated with the specified angle unit. |
NVariant Constructor(Double,NUnit) | Creates a new measure variant that is associated with the specified Value and Unit. |
NVariant Constructor(NImage) | Creates a variant that holds the specified image serialized to a Data URI. |
NVariant Constructor(NNode) | Creates a variant that holds the specified node serialized to a Base64 string. |
NVariant Constructor(String) | Creates a variant that holds the specified string value. |