Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CR DB symbols
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01436718
Message ID:
01436723
Views:
30
Hi Viv, that was just the job - I ended up with
double amt = 10000000.46;
string fmt = "###,###,###.00 Cr;###,###,###.00 Db";
return amt.ToString(fmt);

Displays : 10,000,000.46 Cr
thanks a lot
Regards,
Peter J. Kane



Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform