[]
Tries to convert string variant to numeric, raises expceptions for other non-numeric types, does nothing for all numeric types.
public static Variant operator +(Variant a)
| Type | Name | Description |
|---|---|---|
| Variant | a | The variant. |
| Type | Description |
|---|---|
| Variant | The numeric variant or Error if argument cannot be converted to the numeric type. |