Tests whether the specified character could be set successfully at the specified position.
true if the specified character is valid for the specified position; otherwise, false.
The VerifyChar method tests whether a single character value represents valid input at the specified position in the formatted string.
To test an entire input string against the mask, use one of the VerifyString methods instead.
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace