Decimal Explicit Conversion Operators
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Converts the value of a Decimal object to another type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Explicit(Decimal to UInt16) | Converts a Decimal to a 16-bit unsigned integer. | |
Explicit(Decimal to SByte) | Converts a Decimal to an 8-bit signed integer. | |
Explicit(Decimal to UInt32) | Converts a Decimal to a 32-bit unsigned integer. | |
Explicit(Decimal to Char) | Converts a Decimal to a Unicode character. | |
Explicit(Decimal to Byte) | Converts a Decimal to an 8-bit unsigned integer. | |
Explicit(Decimal to Int64) | Converts a Decimal to a 64-bit signed integer. | |
Explicit(Decimal to Double) | Converts a Decimal to a double-precision floating-point number. | |
Explicit(Decimal to Int16) | Converts a Decimal to a 16-bit signed integer. | |
Explicit(Decimal to UInt64) | Converts a Decimal to a 64-bit unsigned integer. | |
Explicit(Decimal to Single) | Converts a Decimal to a single-precision floating-point number. | |
Explicit(Decimal to Int32) | Converts a Decimal to a 32-bit signed integer. | |
Explicit(Double to Decimal) | Converts a double-precision floating-point number to a Decimal. | |
Explicit(Single to Decimal) | Converts a single-precision floating-point number to a Decimal. |
Top