Converting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My instructor is an idiot. I'm trying to convert txt to int and things like
that. I keeps getting errors on one part. So it has me wondering, can you
convert lbl to int or dec?
 
zayda said:
My instructor is an idiot. I'm trying to convert txt to int and things like
that. I keeps getting errors on one part. So it has me wondering, can you
convert lbl to int or dec?

You can convert from string to int, decimal, float etc. See the Parse
method on each of the numeric types.
 

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