I'm a newbie and I'm sorry this is so basic but . . . .
If I have a String containing "123", how do I convert it to an Integer
variable?
I've tried all kinds of Integer.valueOf ("123") permutations but the compiler
won't have it!
What's the trick?
TIA
Peter / London
If I have a String containing "123", how do I convert it to an Integer
variable?
I've tried all kinds of Integer.valueOf ("123") permutations but the compiler
won't have it!
What's the trick?
TIA
Peter / London
Comment