点击或拖拽改变大小

TextBoxIsAsianCharecter 方法

Check if the given char is of Asian range.检查出的字符是亚洲范围。

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static bool IsAsianCharecter(
	char ch
)

参数

ch
类型:SystemChar
the character to check

返回值

类型:Boolean
true - Asian char, false - otherwise
参见