[Solved] error: cannot implicitly convert type 'string' to 'int?' - CodeProject
Free source code and tutorials for Software developers and Architects.; Updated: 13 Sep 2010 ... int.Parse() will throw an exception, if the input is not valid, like int.Parse("a12") will throw an exception. So, it always better to use TryParse(), which w...