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
Regular Expression to match 7697998997 or 8724550
Using Key Management Services for WS 2008 in an SBS 2003 environment.
exchange homepage, IIS6, OWA
Is it worth making iPhone games?
How to get the href attribute from an ATOM feed being parsed
Storing a Datatble in WPF app for future use.
DELETE from a SAS table based on two column values of another table
Wordpress plugin TinyMCE Advanced not working and I'm getting 404 Reports from wp-includes tinymce files
Problem with Delphi DataModule and ADO using 2010
Reading in and set value in stored procedure