I find this property useful but cannot find a direct replacement for it in vb.net. Is there one? Thanks
Just call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals before you get the text from the Text property.
maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals
Text