T
Tina
I'm trying to do this:
Double myDouble
myDouble = (double) myString
I have ensured that myString has a valid value i.e. 79.46. But the compiler
won't let me do the cast.
How can I get the value into myDouble.
Thanks,
T
Double myDouble
myDouble = (double) myString
I have ensured that myString has a valid value i.e. 79.46. But the compiler
won't let me do the cast.
How can I get the value into myDouble.
Thanks,
T