Click here to Skip to main content
15,906,569 members
Articles / Web Development / ASP.NET

Int32.Parse, Convert.ToInt32, Int32.TryParse - Comparing String to Integer Conversion Methods of .NET

28 Dec 2008CPOL 1.2K   7
.Net provides several different ways to extract integers from strings. In this article, I will present the differences between Parse, TryParse and ConvertTo.
We're sorry, but the article you are trying to view was deleted at 29 Dec 2008.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.