标签: c# forms xamarin
我想将值从字符串转换为浮点数
可以使用整数,但是当我填写这样的内容时:
它显示FormatException。我做错了什么?
转换代码:
v = float.Parse(entry1.Text);
我还尝试将其转换为double-类似错误