定义了PasswordChar的MaskedTextBox,如何获取显示的字符串值?

发布于 2024-09-16 11:17:24 字数 361 浏览 3 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枕花眠 2024-09-23 11:17:24
maskedTextBox1.MaskedTextProvider.ToDisplayString()
maskedTextBox1.MaskedTextProvider.ToDisplayString()
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文