A first chance exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: Input string was not in a correct format.
我正在使用visual studio在c#中进行金融计算器,我一直在上面得到错误,我似乎无法解决它,一切似乎都在工作,除非我在打破它时继续得到这个异常导致我到千位textbox.cs和下面的一行。
return Convert.ToInt32(val);
答案 0 :(得分:0)
如果一切都失败了 - 请阅读手册(或谷歌)
https://msdn.microsoft.com/en-us/library/sf1aw27b(v=vs.110).aspx
FormatException:value不包含随后的可选符号 按一系列数字(0到9)。