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
Querystring variable not passing-sql insert query
Restore always causes "The tail of the log for the database "<DATABASENAME>" has not been backed up"
ship address form for world customers
Configuring Autodiscover for ActiveSync Exchange 2010
How to get my dropdown boxes to update immediately?
Using one keyboard and mouse with two computers at the same time
Convert VBA Function to SQL Function
phpMyAdmin upgrade
Poor Performance on Sharepoint 2010 Server
Is there a way to find when a group membership was added or removed in AD.