konverter float para string em java

 float numero = 2.3F;

 String s = Float.toString(numero);
Encouraging Emu