C# String to int

zIthum

New Member
Am I missing something here? I need to take the value of a textbox string and convert to string. Something like the Java Integer.parseint(string)<BR><BR>please disregard, as my idiot self finally found a refereance right after posting this! thanks<BR>int yourInt = Convert.ToInt32(yourString);While there aren't many ASP.NET FAQs on ASPFAQs.com (yet), this is one of them! :-)<BR><BR>How do I convert a string into an Integer?<BR>http://aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=163
 
Back
Top