Type Conversion using "TryParse()" method(codedigest.com)
submitted by
satheeshbabu(1565) 3 years, 6 months ago
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.
|category: C#
|Views: 20
tags:
C# another
Everyones tags:
Your Tags: