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
Grey Box Excel 2007
Draytek 2820 IPPBX setting up questions for VOIP
I need to build a biig and beefy IIS front end server. May I please have some help in configing the server
vbscript problem, copying normal.dotm is overwritten by the outlook initial config wizard
certificatge errors in windows 7 ie8
When trying to install Windows XP SP3, I get access denied error.
Validate multiple radiobuttonlist validation with error message each group
Mobile Web Browsing
SQL Dates
Using Calendar Control 11.0 in Access 2003 on a Tab Control on a Form