float to string java

Java
String.valueOf(float floatNum); /**use String.valueOf to convert num to string */
Source

Also in Java: