views:

39

answers:

1

I find this property useful but cannot find a direct replacement for it in vb.net. Is there one? Thanks

+1  A: 

Just call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals before you get the text from the Text property.

ho1
That did the job, thanks
kjack