Decimal Explicit Conversion Operators
Defines an explicit conversion between a Decimal object and another type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(Decimal to Byte) | Defines an explicit conversion of a Decimal to an 8-bit unsigned integer. |
![]() ![]() | Explicit(Decimal to Char) | Defines an explicit conversion of a Decimal to a Unicode character. |
![]() ![]() | Explicit(Decimal to Double) | Defines an explicit conversion of a Decimal to a double-precision floating-point number. |
![]() ![]() | Explicit(Decimal to Int16) | Defines an explicit conversion of a Decimal to a 16-bit signed integer. |
![]() ![]() | Explicit(Decimal to Int32) | Defines an explicit conversion of a Decimal to a 32-bit signed integer. |
![]() ![]() | Explicit(Decimal to Int64) | Defines an explicit conversion of a Decimal to a 64-bit signed integer. |
![]() ![]() | Explicit(Decimal to SByte) | Defines an explicit conversion of a Decimal to an 8-bit signed integer. |
![]() ![]() | Explicit(Decimal to Single) | Defines an explicit conversion of a Decimal to a single-precision floating-point number. |
![]() ![]() | Explicit(Decimal to UInt16) | Defines an explicit conversion of a Decimal to a 16-bit unsigned integer. |
![]() ![]() | Explicit(Decimal to UInt32) | Defines an explicit conversion of a Decimal to a 32-bit unsigned integer. |
![]() ![]() | Explicit(Decimal to UInt64) | Defines an explicit conversion of a Decimal to a 64-bit unsigned integer. |
![]() ![]() | Explicit(Double to Decimal) | Defines an explicit conversion of a double-precision floating-point number to a Decimal. |
![]() ![]() | Explicit(Single to Decimal) | Defines an explicit conversion of a single-precision floating-point number to a Decimal. |

