Just as title says. I don\'t believe it is possible to do this but if it is let me know.
This is needed for a bukkit (minecraft server) plugin I\'m writing. I want
Use Float.valueOf(String) to do the conversion.
Float.valueOf(String)
The difference between valueOf() and parseFloat() is only the return. Use the former if you want a Float (object) and the latter if you want the float number.
valueOf()
parseFloat()
Float
float