RegexRunner.CharInClass Method (Char, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Used by a Regex object generated by the CompileToAssembly method. Determines whether a character is in a character class.
Assembly: System (in System.dll)
Parameters
- ch
-
Type:
System.Char
A character to test.
- charClass
-
Type:
System.String
The internal name of a character class.
Return Value
Type: System.Booleantrue if the ch parameter is in the character class specified by the charClass parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: