RegexRunner.CharInSet(Char, String, String) 方法
定义
由 CompileToAssembly 方法生成的 Regex 对象使用。Used by a Regex object generated by the CompileToAssembly method.
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
static bool CharInSet(char ch, System::String ^ set, System::String ^ category);
protected static bool CharInSet (char ch, string set, string category);
static member CharInSet : char * string * string -> bool
Protected Shared Function CharInSet (ch As Char, set As String, category As String) As Boolean
参数
- ch
- Char
一个字符。A character.
- set
- String
字符集。The character set.
- category
- String
字符类别。The character category.