Méthode | Description | |
---|---|---|
GetCharType ( char input ) : CharType |
获取字符类型
|
|
Regularize ( char input ) : char |
规范化字符,将全角转换为半角,大写转化为小写
|
public static GetCharType ( char input ) : CharType | ||
input | char | |
Résultat | CharType |
public static Regularize ( char input ) : char | ||
input | char | |
Résultat | char |