Click here to Skip to main content
15,902,835 members
Articles / Programming Languages / C# 5.0

Difference between int.Parse,Convert.ToInt32 and int.TryParse

Rate me:
Please Sign up or sign in to vote.
4.57/5 (27 votes)
23 Nov 2014CPOL1 min read 142.3K   24  
This tip presents the main difference between int.Parse(), Convert.ToInt32() and int.TryParse().

Views

Daily Counts

License

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



Comments and Discussions