Constructs a newly allocated Float
object that
represents the floating-point value of type float
represented by the string. The string is converted to a
float
value as if by the valueOf
method.
s | a string to be converted to a Float . |
NumberFormatException | if the string does not contain a parsable number. |
Diagram: Number