Add mask character.
It will add custom mask character with corresponding regular expression to test for valid input.
For example, AddMaskChar('X', @"[\+\- ]") will add mask character 'X' which will allow for +/- or space input only.
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace