ConvertToDecimal Method (UInt16) |
Converts the value of the specified 16-bit unsigned integer to an equivalent decimal number.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static decimal ToDecimal(
ushort value
)
Parameters
- value
- Type: SystemUInt16
The 16-bit unsigned integer to convert.
Return Value
Type:
DecimalThe decimal number that is equivalent to
value.
See Also