+ 1
Is 'int.Parse' the same as 'Convert.ToInt32()'?
1 Réponse
+ 4
No they are not exactly same, they do the job but in different cases they act differently.
Good read...
https://stackoverflow.com/questions/199470/whats-the-main-difference-between-int-parse-and-convert-toint32