
Is there a property or way to obtain the text of a MaskedTextBox without the mask applied? For example, if I have a phone # field and the mask is "(\d\d\d) \d\d\d-\d\d\d\d" I want to be able to get the data that was entered without the mask like "5551234567". I then want to be able to set the text of the MaskedTextBox to "5551234567" and have it display with the mask as "(555) 123-4567". The reason is because we want to store the data without any masking/formatting applied so that if the client wants/needs to change the formatting they can without having to go through and scrub millions or records in the database. I know that some other vendor's masked controls support this so I'm hoping I am just missing something and it can be done with Actipro controls.
- Brad