Decimal128 Conversion Operators | 
| Name | Description | |
|---|---|---|
| (Decimal128 to Byte) | 
            Performs an explicit conversion from Decimal128 to Byte.
              | |
| (Decimal128 to Char) | 
            Performs an explicit conversion from Decimal128 to Char.
              | |
| (Decimal128 to Decimal) | 
            Performs an explicit conversion from Decimal128 to Decimal.
              | |
| (Decimal128 to Double) | 
            Performs an explicit conversion from Decimal128 to Double.
              | |
| (Decimal128 to Int16) | 
            Performs an explicit conversion from Decimal128 to Int16.
              | |
| (Decimal128 to Int32) | 
            Performs an explicit conversion from Decimal128 to Int32.
              | |
| (Decimal128 to Int64) | 
            Performs an explicit conversion from Decimal128 to Int64.
              | |
| (Decimal128 to SByte) | 
            Performs an explicit conversion from Decimal128 to SByte.
              | |
| (Decimal128 to Single) | 
            Performs an explicit conversion from Decimal128 to Single.
              | |
| (Decimal128 to UInt16) | 
            Performs an explicit conversion from Decimal128 to UInt16.
              | |
| (Decimal128 to UInt32) | 
            Performs an explicit conversion from Decimal128 to UInt32.
              | |
| (Decimal128 to UInt64) | 
            Performs an explicit conversion from Decimal128 to UInt64.
              | |
| (Double to Decimal128) | 
            Performs an explicit conversion from Double to Decimal128.
              | |
| (Single to Decimal128) | 
            Performs an explicit conversion from Single to Decimal128.
              |