|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to format string add commas at thousand position?All,
How to format string add commas at thousands position, and hundred thousands position Example 1: I have string s = "1001"; or could be a random number I want the output to be 1,001. Example 2 : I have string s = "1000001"; or could be a random number I want the output to be 1,000,001. Thanks in advance KC You can use the "N" format specifier.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandardnumericformatstrings.asp -- Show quoteHide quoteTim Wilson ..NET Compact Framework MVP "Netmonster" <netmonster***@yahoo.com> wrote in message news:1142102763.790669.76860@v46g2000cwv.googlegroups.com... > All, > > How to format string add commas at thousands position, and hundred > thousands position > > Example 1: I have string s = "1001"; or could be a random number I want > the output to be 1,001. > > Example 2 : I have string s = "1000001"; or could be a random number I > want the output to be 1,000,001. > > > > Thanks in advance > > KC >
Show quote
Hide quote
On 11 Mar 2006 10:46:03 -0800, "Netmonster" <netmonster***@yahoo.com> wrote: Look up string.Format in the documentation.>All, > >How to format string add commas at thousands position, and hundred >thousands position > >Example 1: I have string s = "1001"; or could be a random number I want >the output to be 1,001. > >Example 2 : I have string s = "1000001"; or could be a random number I >want the output to be 1,000,001. > > > >Thanks in advance > >KC Otis Mukinfus http://www.arltex.com http://www.tomchilders.com
Other interesting topics
Generic Dictionary performance?
Identify Interface in ArrayList of Intfaces Returning application name from hWnd handle. Returning application name from hWnd handle Specifying an interface-implemenation as parameter ComboBox like Address bar in IE or in Run Dialog box ComboBox doesn't have border when appearance is made flat in VS.NET 2005 System.Boolean Question. How to initialize jagged array? Best value Help file builder |
|||||||||||||||||||||||