2009-08-09 5 views

Antwort

3
String val = "12.45"; 
double d = new Double(val).doubleValue(); 
Float f = new Float(val).floatValue();