asp.net mvc 应用程序中的 System.FormatException
我在运行时收到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈建议您阅读以下博客文章。
I would strongly recommend you reading the following blog post.