Numeric Objects Also Provide Various Kinds of Formatting Options To
Specify The Number of Decimal Places:
Float x = 12.341514325F;
String s = x.toString ("###. ###"); // gives 12.342