MobileForms Toolkit Documentation

MaskedTextProvider.IsValidMaskChar Method 

Determines whether the specified character is a valid mask character.

public static bool IsValidMaskChar(
char c
);

Parameters

c
The Char value to test.

Return Value

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

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace