A thought struck me as I was writing a piece of JavaScript code that processed some floating point values. What is the decimal point symbol in JavaScript? Is it always
use:
theNumber.toLocaleString();
to get a properly formatted string with the right decimal and thousands separators