MaskedTextProvider::IsValidMaskChar Method (Char)
.NET Framework (current version)
Determines whether the specified character is a valid mask character.
Assembly: System (in System.dll)
Parameters
- c
-
Type:
System::Char
The Char value to test.
Return Value
Type: System::Booleantrue 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
Available since 2.0
Show: