+ 1
What is the difference between convert.Toint32 and int.parse ? Plzz explain
Just confused plzz help
2 Réponses
+ 5
Convert.toInt32() gives 0 if argument is null. int.Parse() gives error if argument is null. otherwise they do same thing
+ 1
Okay 👌 thanks