Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created March 13, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Udham1/dd791e8687c2ca2cad6c to your computer and use it in GitHub Desktop.
Save Udham1/dd791e8687c2ca2cad6c to your computer and use it in GitHub Desktop.
System.FormatException: Input string was not in a correct format.
at at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at at System.Number.ParseUInt32(String value, NumberStyles options, NumberFormatInfo numfmt)
at at System.UInt32.Parse(String s, NumberStyles style, IFormatProvider provider)
at at System.Xml.XmlConvert.ToUInt32(String s)
at at TestAppConsole_27922.MainClass.Main(String[] args) in c:\Users\udam\Documents\Projects\TestAppConsole_27922\TestAppConsole_27922\Program.cs:line 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment