how to display amount with currency format in mvc3 September 16, 2023 by Tarik You could try this format, and replace amount with custom value. @string.Format("{0:C}", amount);