MaskedTextProvider::IsValidMaskChar Method (Char)

 

Determines whether the specified character is a valid mask character.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static bool IsValidMaskChar(
	wchar_t c
)

Parameters

c
Type: System::Char

The Char value to test.

Return Value

Type: System::Boolean

true if the specified character contains a valid mask value; otherwise false.

Valid mask characters include all printable characters, which include letters, digits, punctuation, symbols and the space character.

.NET Framework
Available since 2.0
Return to top
Show: