formatNumberlink
Formats a number as text. Group sizing and separator and other locale-specific configurations are based on the locale.
参数
value | Type: |
locale | Type: |
digitsInfo | Type: 可选. 默认值是 |
返回值
string
说明
Where:
value
is a number.locale
is astring
defining the locale to use.digitInfo
SeeDecimalPipe
for more details.