formatNumber
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.