How to make the MaskedTextBox only accept HEX value?
- by Carlos_Liu
I need a control that only accept HEX value in the following format:
xxxx-xxxx and x is in 0-9, a-f, A-F
So I add a MaskedTextBox and try to edit its Mask property, but did not succeed.