• Register
Need Any Help in Coding Post your questions here

What is Difference between int.Parse and Convert.ToInt32

1 like 0 dislike
Can someone tell me what is the difference between int.Parse and Convert.ToInt32
asked in Technical by admin

2 Answers

0 like 0 dislike
both are same to convert the string to int but convert handles null but int doesnt
answered by Gowrishankar