Click here to Skip to main content
15,917,454 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hi,


If u know the difference between Convert.ToInt32 and Convert.ParseInt plz tell me.


Thanks in advance
Posted

Nothing. As Convert.ParseInt doesn't exist.
 
Share this answer
 
Comments
Nithin Sundar 27-Sep-11 23:53pm    
I think he wanted to imply the keyword as Int32.Parse
Sergey Alexandrovich Kryukov 28-Sep-11 1:29am    
My 5.
--SA
As Prerak mentioned Convert.ParseInt doesn't exist.

If you meant to say - "difference between Int32.Parse and Convert.ToInt32", Then have a look at below links.

http://social.msdn.microsoft.com/Forums/en/netfxbcl/thread/0c2abe12-f530-47ed-b3e4-defe409d2fb5

http://stackoverflow.com/questions/199470/whats-the-main-difference-between-int-parse-and-convert-toint32
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900