Constructs a newly allocated {@code Float} object that
represents the floating-point value of type {@code float}
represented by the string. The string is converted to a
{@code float} value as if by the {@code valueOf} method.
@param s a string to be converted to a {@code Float}.
@throws NumberFormatException if the string does not contain a
parsable number.
@see java.lang.Float#valueOf(java.lang.string)
Constructs a newly allocated {@code Float} object that represents the floating-point value of type {@code float} represented by the string. The string is converted to a {@code float} value as if by the {@code valueOf} method.
@param s a string to be converted to a {@code Float}. @throws NumberFormatException if the string does not contain a parsable number. @see java.lang.Float#valueOf(java.lang.string)