时间:2019-03-17 标签:c#cultureinfoconvert
我需要一种 C# 或 JavaScript 中的方法来将用户输入的任何输入转换为不变的区域性。 因此,如果用户输入 2,5 或 2.5,我不想将其转换为十进制 2.5。 除了 string.replace(",",".") 之外,还有什么方法可以做到这一点? :D 谢谢
I need a way in c# or javascript to convert any input user has entered into invariant culture.
So if user enters 2,5 or 2.5 I wan't to convert it to decimal as 2.5.
Is there any way of doing this except of string.replace(",",".") ? :D
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试为您的输入字段使用 Masked Input Plugin
try to use Masked Input Plugin for you input field