asp.net mvc 应用程序中的 System.FormatException

发布于 2024-11-11 02:25:46 字数 352 浏览 2 评论 0原文

我在运行时收到 System.FormatException,因为系统区域性设置为西班牙语,其中“,”是小数点分隔符,并且用户输入“.”。作为小数点分隔符(因为他或她使用小键盘)。

我尝试在 web.config 中设置以下内容以设置“.”作为小数分隔符但不起作用。

<globalization culture="en-US" uiCulture="en" />

我正在使用 telerik mvc 数字文本框并想要设置 '.'作为小数分隔符,因此用户可以使用小键盘输入数字。

在 ASP.NET MVC 应用程序中在哪里设置小数点分隔符?

I'm getting a System.FormatException at runtime because the system culture is set to Spanish in which ',' is the decimal separator, and the user enters the '.' as decimal separator (because he or she uses the numpad).

I tried setting the following in the web.config in order to set '.' as decimal separator but didn't work.

<globalization culture="en-US" uiCulture="en" />

I'm using telerik mvc numeric textbox and want to set the '.' as the decimal separator, so users can use the numpad to enter numbers.

Where do I set the decimal separator in a asp.net mvc application?

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

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

发布评论

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

评论(1

海未深 2024-11-18 02:25:46

我强烈建议您阅读以下博客文章

I would strongly recommend you reading the following blog post.

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