I need to verify that someone has input a number (any numeric value), and then format the output. What is the simplest way to convert a text value in JavaScript to a numeric, int, or float? Next question is then how can I ensure specific format like #,###.00? Also, where is the best location for JavaScript Classes like String, Boolean, Int...?
Thanks for any help,
Leo
Thanks for any help,
Leo
Comment