DecimalMIConvertibleToUInt16 Method
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ushort IConvertible.ToUInt16(
IFormatProvider provider
)
Private Function ToUInt16 (
provider As IFormatProvider
) As UShort Implements IConvertible.ToUInt16
private:
virtual unsigned short ToUInt16(
IFormatProvider^ provider
) sealed = IConvertible::ToUInt16
private abstract ToUInt16 :
provider : IFormatProvider -> uint16
private override ToUInt16 :
provider : IFormatProvider -> uint16
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
UInt16An 16-bit unsigned integer equivalent to the value of this instance.
IConvertibleToUInt16(IFormatProvider)