Microsoft
Software
Hardware
Network
Question : vb.net Insert comma every 3 characters
Hello folks, I need your help with something easy but I dont know how to do it.
I've this number 1000000 and I want to convert it to: 1000000 or 500000 to 500.000
Thanks for your help
Answer : vb.net Insert comma every 3 characters
It should also work:
C# :
int num = 1004055000;
string s = num.ToString("#,###");
VB.N
ET :
Dim number As Integer = 100055034
Dim s As String = number.ToString("#,###")
Random Solutions
ISA 2006 STANDARD MIGRATE TO ISA 2006 ENTERPRISE
Is there a quick way to change all Active Directory user aliases to lower case?
where to buy the correct aspect ratio
Unable to reinstall Exchange 2010 after SP1 beta - existing Exchange 2003 environment
VBA to open an Access database from inside another Access db.
Access 2007 is locked for one user only
Hosting other domains under a sub folder
Website name in other country question about registering if you live in USA
Delphi manupliate string return only integer part
Need help, bosses computer has over 71 processes running and some type of debug error