public static String valueOf (float f)

Returns the string representation of the float argument.

The representation is exactly the one returned by the Float.toString method of one argument.

Parameters:
f    a float.

Returns:  a string representation of the float argument.

See also:
java.lang.Float.toString(float)