I have a MaskedTextBox with this mask (999) 999 9999. When user inputs a number the text property would give this to me :
(0881) 444 5445
B
Try setting the maskedTextBox.TextMaskFormat property to MaskFormat.ExcludePromptAndLiterals
maskedTextBox.TextMaskFormat
MaskFormat.ExcludePromptAndLiterals