Bridge
Decimal
Implicit
Widening
Implicit
Implicit
Implicit
Conversion Operators
Overload List
Name
Description
Implicit
Widening
Implicit
Implicit
Implicit
(Byte to Decimal)
Defines an explicit conversion of an 8-bit unsigned integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(SByte to Decimal)
Defines an explicit conversion of an 8-bit signed integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(Int16 to Decimal)
Defines an explicit conversion of a 16-bit signed integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(UInt16 to Decimal)
Defines an explicit conversion of a 16-bit unsigned integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(Char to Decimal)
Defines an explicit conversion of a Unicode character to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(Int32 to Decimal)
Defines an explicit conversion of a 32-bit signed integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(UInt32 to Decimal)
Defines an explicit conversion of a 32-bit unsigned integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(Int64 to Decimal)
Defines an explicit conversion of a 64-bit signed integer to a
Decimal
.
Implicit
Widening
Implicit
Implicit
Implicit
(UInt64 to Decimal)
Defines an explicit conversion of a 64-bit unsigned integer to a
Decimal
.
See Also
Decimal Structure
Decimal Members
System Namespace