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