- String Formatting with currency double values not displaying correctly.
- $@String.Format("{0:c}", Html.DisplayFor(model => model.MonthlyMortgage))
- $@String.Format("{0:#,###,###,##0.000}", Html.DisplayFor(model => model.MonthlyMortgage))
- @String.Format("{0:c}", Model.MonthlyMortgage)
- [DisplayFormat(DataFormatString = "{0:C}")]
- public Decimal ListPrice { get; set; }