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
vbs script to convert csv to xlsx whit colum setup
multiple physical sites with SBS 2008
SharePoint 2010 Webpart Request
Email Attachment
Practical/ Implementation difficulties faced in C#3.0 and VS 2008
Setup internal/external mail
To Check ansi padding setting of tables
SBS 2008 looking for evidence of a user being logged on
APEX
Can I use Clonezilla for Business purposes