How do I get just the value that is typed into a MaskedTextBox?

For instance, if I have a MaskedTextBox with the mask of “(999) 000-0000 x000000”, and the user typed in a phone number, like (905) 555-1234 x6869.

How do I get back the raw number value, without the mask? (ie: 90555512346869)
.