How do I display a decimal value to 2 decimal places?
While showing the value of a decimal presently with .ToString()
, it's accurate to like 15 decimal places, and since I'm utilizing it to represent dollars and cents, I just need the yield to be 2 decimal places.
Do I utilize a variety of .ToString()
for this?