定义了PasswordChar的MaskedTextBox,如何获取显示的字符串值?
我有一个 MaskedTextBox ,其中定义了 PasswordChar ,以便相关字符不会原始显示,而是使用定义的 PasswordChar 。就像传统的密码输入字段一样,只不过我定义了一个掩码,以便并非所有字符都变成PasswordChar。
我想获取实际显示的字符串。如果我使用 MaskedTextBox.Text 属性,它会为我提供原始字符串,而无需替换 PasswordChar 设置。这是一个问题,因为我想要使用具有 PasswordChar 值的字符串。有什么想法吗?
I have a MaskedTextBox with the PasswordChar defined so that relevant characters are not displayed raw but instead have the defined PasswordChar used instead. Just like a traditional password entry field, except I have a Mask defined so that not all the characters are turned into the PasswordChar.
I want to get the string that is actually being displayed. If I use the MaskedTextBox.Text property it gives me the raw string without substituting the PasswordChar setting. This is a problem as I want the string that has the PasswordChar values used. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)