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. 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.
Generated using TypeDoc
A Format Locale Object