Friday, 23 August 2013

conver string number to float with ruby or rails 3

conver string number to float with ruby or rails 3

I have this string:
"3,8"
I would like to get a float like this:
3.8
Thanks!

No comments:

Post a Comment