@item.ProductName $ @item.UnitPrice.ToString("N2") @item.Quantity $ @Math.Round(item.Quantity * item.UnitPrice, 2).ToString("N2")