Number Conversion Operators |
| Name | Description | |
|---|---|---|
| (Enum to Number) | Converts the value from type Enum to type Number. | |
| (Number to Byte) | Converts the value from type Number to type Byte. | |
| (Number to Decimal) | Converts the value from type Number to type Decimal. | |
| (Number to Int16) | Converts the value from type Number to type Int16. | |
| (Number to Int32) | Converts the value from type Number to type Int32. | |
| (Number to Int64) | Converts the value from type Number to type Int64. | |
| (Number to Single) | Converts the value from type Number to type Single. | |
| (Number to String) | Converts the value from type Number to type String. | |
| (Number to UInt16) | Converts the value from type Number to type UInt16. | |
| (Number to UInt32) | Converts the value from type Number to type UInt32. | |
| (Number to UInt64) | Converts the value from type Number to type UInt64. |