点击或拖拽改变大小

__Date.IConvertible.ToChar 方法

X#
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
METHOD IConvertible.ToChar(
	provider AS IFormatProvider
) AS CHAR
查看代码

参数

provider
类型:IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

返回值

类型:Char
A Unicode character equivalent to the value of this instance.

实现

ToChar(IFormatProvider)
参见