Richardo Burton

Richardo Burton

  • NA
  • 23
  • 919

Problem with Math.Round()

Dec 9 2020 11:13 PM
TableCell b4 = new TableCell { Text = "$" + Math.Round((cart.Amount * car.Price), 2) };
 
I get an error saying 'The call is ambiguousbetween the following methods and properties' 

Answers (2)