What is the difference between Convert.ToInt32(string) and Int32.Parse(string) ?

Thursday, August 6, 2009


Int32.Parse thorws an exception when null value is passed whereas Convert.ToInt32 returns zero . Apart from this both function in a simillar manner.


www.codecollege.NET

0 comments

Post a Comment

LinkWithin

Blog Widget by LinkWithin

Recommended Books