Decimal.op_Explicit Method
.NET Framework 2.0
Converts the value of a Decimal object to another type.
| Name | Description |
|---|---|
| Decimal.op_Explicit (Decimal) | Converts a Decimal to an 8-bit unsigned integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a Unicode character. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a double-precision floating-point number. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 16-bit signed integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 32-bit signed integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 64-bit signed integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to an 8-bit signed integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a single-precision floating-point number. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 16-bit unsigned integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 32-bit unsigned integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Decimal) | Converts a Decimal to a 64-bit unsigned integer. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Double) | Converts a double-precision floating-point number to a Decimal. Supported by the .NET Compact Framework. |
| Decimal.op_Explicit (Single) | Converts a single-precision floating-point number to a Decimal. Supported by the .NET Compact Framework. |