Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Decimal Explicit Conversion Operators

 

Defines an explicit conversion between a Decimal object and another type.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Byte)

Defines an explicit conversion of a Decimal to an 8-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Char)

Defines an explicit conversion of a Decimal to a Unicode character.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Double)

Defines an explicit conversion of a Decimal to a double-precision floating-point number.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int16)

Defines an explicit conversion of a Decimal to a 16-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int32)

Defines an explicit conversion of a Decimal to a 32-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int64)

Defines an explicit conversion of a Decimal to a 64-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to SByte)

Defines an explicit conversion of a Decimal to an 8-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Single)

Defines an explicit conversion of a Decimal to a single-precision floating-point number.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt16)

Defines an explicit conversion of a Decimal to a 16-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt32)

Defines an explicit conversion of a Decimal to a 32-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt64)

Defines an explicit conversion of a Decimal to a 64-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Double to Decimal)

Defines an explicit conversion of a double-precision floating-point number to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Single to Decimal)

Defines an explicit conversion of a single-precision floating-point number to a Decimal.

Return to top
Show: