I need the number returned to have exactly 2 decimal points but I can't seem to get this to work.
Is this something built into C#
?
I also tried setting the number to a double and a decimal and I get the same answer both times.
price = Math.Round(106.8, 2, MidpointRounding.AwayFromZero);