Example #1
0
 public static string GetDiscountAmountString(this tbl_Basket table)
 {
     return(String.Format("{0:C}", table.GetDiscountAmount()));
 }