formatCurrencylink
Formats a number as currency using locale rules.
参数
value | Type: |
locale | Type: |
currency | Type: |
currencyCode | Type: 可选. 默认值是 |
digitsInfo | Type: 可选. 默认值是 |
返回值
string
说明
Use currency
to format a number as currency.
Where:
value
is a number.locale
is astring
defining the locale to use.currency
is the string that represents the currency, it can be its symbol or its name.currencyCode
is the ISO 4217 currency code, such asUSD
for the US dollar andEUR
for the euro.digitInfo
SeeDecimalPipe
for more details.