formatNumber
function
Formats a number as text. Group sizing and separator and other locale-specific configurations are based on the locale.
formatNumber(value: number, locale: string, digitsInfo?: string): string
Parameters
value | Type: |
locale | Type: |
digitsInfo | Type: Optional. Default is |
Returns
string
Description
Where:
-
value
is a number. -
locale
is astring
defining the locale to use. -
digitInfo
SeeDecimalPipe
for more details.
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/common/formatNumber