Returns a new format function for the given string specifier. The returned function takes a number as the only argument, and returns a string representing the formatted number.
A Specifier string.
Returns a new format function for the given string specifier. The returned function takes a number as the only argument, and returns a string representing the formatted number.
Error on invalid format specifier.
Error on invalid format specifier.
Returns a new format function for the given string specifier. The returned function takes a number as the only argument, and returns a string representing the formatted number. The returned function will convert values to the units of the appropriate SI prefix for the specified numeric reference value before formatting in fixed point notation.
A Specifier string.
The reference value to determine the appropriate SI prefix.
Returns a new format function for the given string specifier. The returned function takes a number as the only argument, and returns a string representing the formatted number. The returned function will convert values to the units of the appropriate SI prefix for the specified numeric reference value before formatting in fixed point notation.
Error on invalid format specifier.
Error on invalid format specifier.
A Format Locale Object