UInt16MIConvertibleToInt16 Method
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
short IConvertible.ToInt16(
IFormatProvider provider
)
Private Function ToInt16 (
provider As IFormatProvider
) As Short Implements IConvertible.ToInt16
private:
virtual short ToInt16(
IFormatProvider^ provider
) sealed = IConvertible::ToInt16
private abstract ToInt16 :
provider : IFormatProvider -> int16
private override ToInt16 :
provider : IFormatProvider -> int16
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
Int16An 16-bit signed integer equivalent to the value of this instance.
IConvertibleToInt16(IFormatProvider)