converter float para string em java code example Example: converter float para string em java float numero = 2.3F; String s = Float.toString(numero);