Hi Folks,
I am trying to format total in currency using the following code without success.
@{ string.Format("{0:C}", Model.Sum(i => i.abttrpqtd)); }
Can anyone help?
TIA
Moisés
Hi Folks,
I am trying to format total in currency using the following code without success.
@{ string.Format("{0:C}", Model.Sum(i => i.abttrpqtd)); }
Can anyone help?
TIA
Moisés