Thursday, August 6, 2009

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


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

No comments:

Post a Comment