IConvertible.ToChar(IFormatProvider) 方法
定义
使用指定的区域性特定格式设置信息将此实例的值转换为等效的 Unicode 字符。Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
public:
char ToChar(IFormatProvider ^ provider);
public char ToChar (IFormatProvider provider);
abstract member ToChar : IFormatProvider -> char
Public Function ToChar (provider As IFormatProvider) As Char
参数
- provider
- IFormatProvider
IFormatProvider 接口实现,提供区域性特定的格式设置信息。An IFormatProvider interface implementation that supplies culture-specific formatting information.
返回
与此实例的值等效的 Unicode 字符。A Unicode character equivalent to the value of this instance.