Learning Resources
Â
Using masks and custom characters
Symbol and Description
9 Â Â Allow only numeric in that position of the textbox
L Â Â Allow only letter in that position of the textbox
$ Â Â Allow only a letter or a space
C Â Â Allow only a custom character. It is case sensitive.
A Â Â Allow only a letter or a custom character
N Â Â Allow only a numeric or custom character
? Â Â Allow any character user to be entered in the textbox
/ Â Â This one is used to denote date separator
: Â Â This one is used to denote time separator
. Â Â This one is used to denote decimal separator
, Â Â This one is used to denote thousand separator
\ Â Â This one is escape character to separate values ex .999\/999 if we use like this / is appear in between six numbers
Â