Conversion
from
String
l
Use the appropriate static method in
the class
to which
you wish to
convert, e.g.
l
Long.parseLong(String nm)
l
Double.parseDouble(String nm)
l
l
(DonŐt use
getLong,
which has a
different meaning entirely.
)