0
kicks
Type Conversion using "TryParse()" method
Traditionally, we use int.Parse() or Convert.ToInt() method to convert a string to a integer value. With the introduction of .NetFramework 2.0, we have one more method for type conversion called TryParse() method with performance improvements.