Parameters
- mask
- The string that will be used as the input mask.
- cultureInfo
- The CultureInfo that will be used by the masked-text provider.
- allowPromptAsInput
- true if the prompt char should be considered as a valid input character; false, otherwise. By default, true.
- promptChar
- A character that represents the positions in the masked text box that require input. By default, "_" (underscore).
- passwordChar
- A character that represents the character to used to mask a password.
- restrictToAscii
- true if non-ASCII characters are accepted; false otherwise. By default, false.