newbie: How to cast a string into integer?

  • Thread starter Thread starter Juan
  • Start date Start date
J

Juan

How Can I cast a string into a integer type. I can't find it in the
documentation.
 
Juan said:
How Can I cast a string into a integer type. I can't find it in the
documentation.

int_variable = Convert.ToInt32(string_variable)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top