Skip to main content
Version: Next

Format Number

Formats numbers, currencies, etc

Description

Provides language-sensitive number formatting. Formats a number as decimals, currencies, etc. according to a locale and a set of options. The implementation is based on <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat" target="_blank">Intl.NumberFormat</a>.

Inputs

Outputs

  • formatted number (String): The number formatted according to the given format.