Int64MIConvertibleToChar Method
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
char IConvertible.ToChar(
IFormatProvider provider
)
Private Function ToChar (
provider As IFormatProvider
) As Char Implements IConvertible.ToChar
private:
virtual wchar_t ToChar(
IFormatProvider^ provider
) sealed = IConvertible::ToChar
private abstract ToChar :
provider : IFormatProvider -> char
private override ToChar :
provider : IFormatProvider -> char
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
CharA Unicode character equivalent to the value of this instance.
IConvertibleToChar(IFormatProvider)