通过 PropertyGrid 将特殊字符添加到 String 属性
我正在 PropertyGrid
中显示类的属性。该类有一个属性 RegEx
,毫不奇怪,它是一个字符串形式的正则表达式。
但是,我无法在 PropertyGrid
中输入类似 [0-9]{6}
的内容。属性网格中的字段似乎只接受字母、数字和基本标点符号。
如何让属性接受 $、{、}、#、@ 等字符。 ..等..等?
I'm displaying the properties of a class in a PropertyGrid
. The class has a property RegEx
, which not surprisingly is a regular expression as a string.
However, I am not able to type something like [0-9]{6}
into the PropertyGrid
. The field in the property grid only seems to accept letters, numbers, and basic punctuation.
How can get the property to accept characters like $, {, }, #, @ . ..etc..etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以使用字符串。
喜欢
May be you can use string.
like