BigInt.ToInt16 Method
Public Function ToInt16( _
ByVal provider As IFormatProvider _
) As Short Implements _
IConvertible.ToInt16
This language is not supported or no code example is available.
public short ToInt16(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
short ToInt16(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
shortAn 16-bit signed integer equivalent to the value of this instance.