如何验证文本框(双精度型、浮点型)

发布于 2024-11-09 04:55:06 字数 49 浏览 0 评论 0原文

我需要验证文本框。 范围 0.0-200.0 并使用 ',' 和 '.' 这怎么办?

I need validate textbox.
range 0.0-200.0
and work with ',' and with '.'
How do this?

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

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

发布评论

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

评论(1

跨年 2024-11-16 04:55:06

使用 Silverlight 工具包中的 NumericUpDown 控件。

   NumericUpDown control

不要尝试用文本框重新发明轮子;使用专门为此目的设计的控件更加用户友好。很明显,他们需要输入一个数字,他们可以使用可识别的方法轻松更改当前值,并且您不必编写和测试一堆自定义验证代码。

Use the NumericUpDown control in the Silverlight toolkit.

   NumericUpDown control

Don't try and reinvent the wheel with a textbox; using a control explicitly designed for this purpose is much more user-friendly. It's immediately obvious that they're expected to enter a number, they can easily change the current value using recognizable methods, and you're freed from having to write and test a bunch of custom validation code.

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