How to convert a string into an Integer in ASP.net?
we can do this way also int intA=Convert.ToInt32("string");