RegexRunner::CharInSet Method (Char, String^, 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 Regex::CompileToAssembly method.

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

protected:
static bool CharInSet(
	wchar_t ch,
	String^ set,
	String^ category
)

Parameters

ch
Type: System::Char

A character.

set
Type: System::String^

The character set.

category
Type: System::String^

The character category.

Return Value

Type: System::Boolean

Returns Boolean.

.NET Framework
Available since 1.1
Return to top
Show: