NumberFormat

class NumberFormat(locales: String = definedExternally, options: NumberFormatOptions = definedExternally)

Constructors

Link copied to clipboard
constructor(locales: Nothing?, options: NumberFormatOptions = definedExternally)
constructor(locales: String = definedExternally, options: NumberFormatOptions = definedExternally)

Functions

Link copied to clipboard
fun format(num: Number): String