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
layering DIVs with Flash and HTML content
confused by background image
Global Catalogue Servers
Display conditional data in a tablix
JavaScript and Ajax won't save my data on IE7 but it works fine in IE8
nvidia gpu cooler for a HP dv9000 with AMD processor
iSCSI Initiator and multiple connections
CRM 4.0 - redirect dashboard to new server
Outlook 2010 and Replies to Blackberry BIS accounts
Out of Office Message for dismissed employee on Exchange 2007