C# Developers' Journal (original) (raw)
4:14p
Just joined the comm and have a question:
I've searched the help files and looked to Google and hit nothing relevant.
Is there a way I can take a number (say 12345678901.23) and display it as 12,345,678,901.23 using the .NET framework? Some of the built in stuff would make me thing that it *HAS* to be in the framework, but I can't find anything.
Alternatively, I know I can write a class, but I'm a little too lazy to do that if it's not necessary.
Thanks,