How can I format a decimal number so that 32757121.33 will display as 32.757.121,33?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use
You can restrict the locale changes to the display of numeric values (when using
|
|||||||||
|
|
If you can't or don't want to use
Explanation:
|
||||
|
|
I have found another solution:
|
||||
|
|
32,757,121.33? – Ashwini Chaudhary Oct 26 '12 at 7:29