+ 1

What does this mean?

Unhandled Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at SoloLearn.Program.Main(String[] args)

5th May 2017, 10:32 AM
mei
mei - avatar
4 odpowiedzi
+ 1
It means that you got the wrong type of string,double,bool,char,int
5th May 2017, 10:33 AM
mei
mei - avatar
0
Lol you know the answer...?
5th May 2017, 10:36 AM
Sammi
Sammi - avatar
0
the typing syntax is wrong e.g : Conslole.WriteLine =/= consloe.writeline you should pay attention to capital letters.
11th May 2017, 8:49 PM
Quincy Lassiter
Quincy Lassiter - avatar