Initializes a new object that enables language sensitive number formatting.
The locales argument must be either a string holding a BCP 47 language tag, or an array of such language tags. See: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation
An instance that will provide culture-specific number format information.
An object with some or all of the standardized properties. See: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
Applies all resolved format options to the number.
The number to format.
A resulting format value with applied format and culture-specific options.
Converts the number to an equivalent string representation using specified format and culture formatting information.
A format string containing formatting specifications.
The number to format.
The formatted numeric value.
Possible values are:
Generated using TypeDoc
Provides culture-specific formatting for numeric values by using the Intl namespace.
Requires the clr-format-intl.js sub-module to be loaded.