I am writing some code in Visual Basic.net and have a question.
If I have a long number, that is larger than 1000, how can I format this value to be 1,000 (with a co
For those wanting to do a currency with commas and decimals use the following: .ToString("$0,00.00")