Possible Duplicate:
.NET String.Format() to add commas in thousands place for a number
Hello
I have money value like that
12345
123456
1234567
1234567,89
What i want is formated like this.
12,345
123,456
1,234,567
1,234,567, 89
How can i do that with String.Format ?