Is there a simple way to format numbers in JavaScript, similar to the formatting methods available in C# (or VB.NET) via ToString(\"format_provider\") or
ToString(\"format_provider\")
May I suggest numbro for locale based formatting and number-format.js for the general case. A combination of the two depending on use-case may help.