BigInt.ToUInt16 Method
Public Function ToUInt16( _
ByVal provider As IFormatProvider _
) As UInt16 Implements _
IConvertible.ToUInt16
This language is not supported or no code example is available.
public UInt16 ToUInt16(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
UInt16 ToUInt16(
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
UInt16An 16-bit unsigned integer equivalent to the value of this instance.