C# Class IKAnalyzer.NET.CharacterUtil

Afficher le fichier Open project: stanzhai/IKAnalyzer.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetCharType ( char input ) : CharType

获取字符类型

Regularize ( char input ) : char

规范化字符,将全角转换为半角,大写转化为小写

Method Details

GetCharType() public static méthode

获取字符类型
public static GetCharType ( char input ) : CharType
input char
Résultat CharType

Regularize() public static méthode

规范化字符,将全角转换为半角,大写转化为小写
public static Regularize ( char input ) : char
input char
Résultat char