BigInt.ToChar Method
Public Function ToChar( _
ByVal provider As IFormatProvider _
) As Char Implements _
IConvertible.ToChar
This language is not supported or no code example is available.
public char ToChar(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
char ToChar(
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
charA Unicode character equivalent to the value of this instance.