When displaying the value of a decimal currently with .ToString(), it\'s accurate to like 15 decimal places, and since I\'m using it to represent dollars and ce
.ToString()
Double Amount = 0; string amount; amount=string.Format("{0:F2}", Decimal.Parse(Amount.ToString()));