How to add comma in 1000, 100000 in vb.net?
social.msdn.microsoft.com › Forums › vstudioMar 29, 2012 · Dim strNumber as Double = 100000.5 The comma should depend on the number of digits inputted in the textbox. You don't need to set a specific value to let the comma come out. If I enter 3 digit comma wont show but if I add 1 digit to make it 4, the comma will automatically show, something like that. Tuesday, March 27, 2012 2:51 PM Jobalio 25 Points
Formatting Numbers - VB.NET
www.w3computing.com › vb2008 › vb-formatting-numbersCode language: VB.NET (vbnet) The formatString argument is a format specifier (a string that specifies the exact format to be applied to the variable). This argument can be a specific character that corresponds to a predetermined format (a standard format string, as it’s called) or a string of characters that have special meaning in formatting numeric values (a picture format string).