.NET Development
Visual C++
Smart Device
Architecture
Visual Studio
Windows Live
VS Express Editions
Microsoft ISV
VS Team System
SQL Server
Visual J#
Visual Basic
Visual FoxPro
Windows Vista
Game Technologies
Software Development Network>> .NET Development>> Format string: 0 as 0 ... 1000 as 1,000
Format string: 0 as 0 ... 1000 as 1,000
Hot Topic
Operation must use an updateable Query
Difference between (int), Int32.Parse and Convert.ToInt32?
char* from c code via dllimport loses last character
DataTable.Filter Or DataTable.Select method question
error try project only build - 2005 beta , build type x64
XMl read
.NET Application crashes
Date Picker Microsoft JScript runtime error
manipulate text as xml format
bug in serialport.close() ?
.NET Development
How To Easily Change Connection To Access Database Created Using "Add New Data Source" And Draging Table To Form
Write to XML NEed Help !
How can I extract a string from a string?
ListView event
.NET Framework 2.0 dependencies
How to monitor files in different folders using the FileSystemWatcher?
Databinding in VS.NET 2005
SecurityException trying to access Access97 database.
Possible bug? FileIOPermission failed
ASPNET user not found
Format string: 0 as 0 ... 1000 as 1,000
Hi,
I was wondering what the correct format string for thousand separator is
0,0 or #,### don't work because they are fine for any number except for 0 where they either display 00 or nothing.
Thanks,
Tom
Answer this question
Format string: 0 as 0 ... 1000 as 1,000
wfillis
Hi,
Do you mean to display 0 as 0 and 1000 as 1,000 if so, try this format string: #,##0
cheers,
Paul June A. Domag
tixall
Thanks, that did it!
Format string: 0 as 0 ... 1000 as 1,000
Answer this question
Format string: 0 as 0 ... 1000 as 1,000
wfillis
Do you mean to display 0 as 0 and 1000 as 1,000 if so, try this format string: #,##0
cheers,
Paul June A. Domag
tixall