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.
 
Back
Top