mscorlib.dll中出现'System.FormatException'类型的第一次机会异常附加信息:输入字符串的格式不正确

时间:2016-03-08 23:42:45

标签: c# visual-studio

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);

1 个答案:

答案 0 :(得分:0)

如果一切都失败了 - 请阅读手册(或谷歌)

https://msdn.microsoft.com/en-us/library/sf1aw27b(v=vs.110).aspx

  

FormatException:value不包含随后的可选符号   按一系列数字(0到9)。