Tuesday, 1 October 2013

Convert String to Integer

How to convert String into Integer in C#.Net:
      int intValue = Convert.ToInt32(strValue.ToString());

No comments:

Post a Comment