I have browsed the "Java Language Specification" at and the String class reference
but I can't find the "right" way to convert a string that represents a number in Ascii into a number that can be used in computations.
How do I do it?
but I can't find the "right" way to convert a string that represents a number in Ascii into a number that can be used in computations.
How do I do it?