JohnnyBGoode
Programmer
I have a string: x = '10000.00';
I would like this string formatted such to look like: "10,000.00".
What is the best way to do this?
I would like this string formatted such to look like: "10,000.00".
What is the best way to do this?