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'
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Dec 9, 2020, 11:28 PM
Ronika JencyPosted Dec 9, 2020, 11:29 PM