RegexRunner::CharInClass Method (Char, String^)

 

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.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

protected:
static bool CharInClass(
	wchar_t ch,
	String^ charClass
)

Parameters

ch
Type: System::Char

A character to test.

charClass
Type: System::String^

The internal name of a character class.

Return Value

Type: System::Boolean

true if the ch parameter is in the character class specified by the charClass parameter.

.NET Framework
Available since 2.0
Return to top
Show: