Pages

Subscribe:

Ads 468x60px

Wednesday, March 21, 2012

how to format amount (Moany) in asp.net using c#

In this web Programming tutorial we will learn that how we can format a string to Monay type. see the below code in asp.net using c#.
Code for .cs file
Total_amount.Text = string.Format("{0:###,###,##0.00}", Total_Amountdue);

No comments:

Post a Comment