M_Cyjb_Globalization_UnicodeCategoryUtil_GetCategory - CYJB/Cyjb GitHub Wiki
返回指定名称对应的 UnicodeCategory。
Namespace: Cyjb.Globalization
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static UnicodeCategory GetCategory(
string name
)
- name
- Type: System.String
Unicode 类别名称。
Type: UnicodeCategory
指定名称的 UnicodeCategory。