Variant(Object) Constructor |
Creates a variant from an object (string or double).
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Variant(
Object o
)
Parameters
- o Object
- Object to wrap, supported types: String and Double.
Exceptions| Exception | Condition |
|---|
| Exception | Thrown when the object type is unsupported. |
See Also