Hello all,
I know this should not be hard but I am trying to convert a string ("1.00") to an integer 1.
I have tried Convert.ToInt16(value) and event Convert.ToInt32(value) but they dont seem to work.
The value is coming back from a vb6 interop component
r.field[number].toString()
Anyone have any ideas.
Thanks,
Ordinary Programmer
I know this should not be hard but I am trying to convert a string ("1.00") to an integer 1.
I have tried Convert.ToInt16(value) and event Convert.ToInt32(value) but they dont seem to work.
The value is coming back from a vb6 interop component
r.field[number].toString()
Anyone have any ideas.
Thanks,
Ordinary Programmer