public static WizardTextStyle MaskEdit(
string mask
)
Public Shared Function MaskEdit (
mask As String
) As WizardTextStyle
These are the reference characters used:
#: Numbers
A: Capital letters
a: Lowercase letters
&&: Capital and lowercase letters
$: Capital, lowercase letters and numbers
The following is an example of valid mask:
AAAAA => Five capital letters