Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

String Format

Hi ,
in vb6 if we use this function -> format(12000,"#,###.00")
results 12,000.00..
How to do the same thing in vb.net please...
-Arjun
[169 byte] By [Arjun] at [2007-11-11 6:50:18]
# 1 Re: String Format
Format(12000, "#,###.00")
Phil Weber at 2007-11-11 21:49:56 >
# 2 Re: String Format
Hi,
Thanx..
Same as vb6.. I had some wrong output when i format the date.. format(Today,"dd-mm-yyyy") . then i used today.ToShortDateString function..

Thnx.
Arjun
Arjun at 2007-11-11 21:50:56 >