Overload List
Name | Description | |
---|---|---|
![]() ![]() | LocalCurrency(Controller, Decimal, String) |
Returns HTML showing the specified numeric value formatted as the specified currency.
The numeric portion will be wrapped in a <span> tag with css class "NumberPart" applied
|
![]() ![]() | LocalCurrency(HtmlHelper, Decimal, String) |
Returns a string representation of the specified numeric value formatted as the specified currency.
|
![]() ![]() | LocalCurrency(HtmlHelper, String, String) |
Returns a string representation of the specified numeric value formatted as the specified currency.
|
See Also