处理 Winforms TextBox 中的控制字符

发布于 2024-12-27 17:29:50 字数 141 浏览 0 评论 0原文

我正在使用以下序列:Alt+27(使用数字键盘)以便在 Winforms 文本框中输入“Esc”字符。然后我尝试使用 Text 属性读回文本框字符串。我原以为第一个字符是“Esc”(整数值 27),但我发现整数值是 8592。这是怎么回事?如何正确读回“Esc”字符?

I am using this sequence: Alt+27 (using the numeric keypad) in order to enter the 'Esc' character in a Winforms TextBox. Then I attempt to read back the textbox string using the Text property. I was expecting the first character to be 'Esc' (integer value 27) but instead I found that the integer value of 8592. What is going on? How can I read back correctly the 'Esc' character?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

爱,才寂寞 2025-01-03 17:29:50

Alt-27 是 的快捷方式,它确实是 Unicode 字符 8592 - 请参阅 http:// /www.alt-codes.net/ 查看完整列表。

Alt-27 is a shortcut for which is indeed Unicode character 8592 - see http://www.alt-codes.net/ for the full list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文