How to convert string into float in JavaScript?

I am trying to parse two values from a datagrid. The fields are numeric, and when they have a comma (ex. 554,20), I can’t get the numbers after the comma. I’ve tried parseInt and parseFloat. How can I do this?

9 Answers
9

Leave a Comment