MVC
Provides Excellence
Tuesday, 15 October 2013
Decimal value upto 0,2,4 decimals points
For Zero decimal value:
@
String
.Format(
"
{0:C0}
"
, item.Amount)
For 2 decimal value:
@
String
.Format(
"
{0:C2}
"
, item.Amount)
For 4 decimal value:
@
String
.Format(
"
{0:C4}
"
, item.Amount)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment