string s=
"0123456789ABCDEF".IndexOf(char.ToUpper(e.KeyChar)) < 0
c# 如何让textbox 只能输入十六进制
最新推荐文章于 2025-06-11 13:53:52 发布
string s=
"0123456789ABCDEF".IndexOf(char.ToUpper(e.KeyChar)) < 0