Convertendo String pra Float e vice versa [Resolvido]

Float.parseFloat(string);
Double.parseDouble(string);

:joia: