Friday, December 21, 2012

C# Tip: A nice format code for numbers {0:N}



I work with a lot of large numbers, and I have a hard time reading them without a thousands separator  You can make my life better by using the thousands separator e.g. {0:N} in your C# code. Thanks in advance!

No comments:

Post a Comment