Skip to content

M_Cyjb_Compilers_Lexers_CharClassMap_GetCharClass

CYJB edited this page Mar 23, 2024 · 8 revisions

CharClassMap.GetCharClass 方法

返回指定字符所属的字符类。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public int GetCharClass(
	char ch
)

参数

 

ch
Type: System.Char
要获取所属字符类的字符。

返回值

Type: Int32
字符所属的字符类,使用 -1 表示未找到字符类。

参见

Reference

CharClassMap 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally