[]
Initializes a new instance of the Variant from the value specified as object. The type of variant will be inferred from the specified value.
public static Variant FromObject(object value)
| Type | Name | Description |
|---|---|---|
| object | value | The value of the Variant. |
| Type | Description |
|---|---|
| Variant |