Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现这个属性很有用,但在 vb.net 中找不到它的直接替代品。有吗?谢谢
只需maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals在您从Text属性中获取文本之前致电。
maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals
Text