NumberFormatCls

@JSGlobal("Intl.NumberFormat") @native @JSType class NumberFormatCls() extends StObject with NumberFormat
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(locales: String)
def this(locales: Array[String])
def this(locales: String, options: NumberFormatOptions)
def this(locales: Array[String], options: NumberFormatOptions)
def this(locales: Unit, options: NumberFormatOptions)

Inherited methods

def format(value: Double): String
Inherited from
NumberFormat
def format(value: BigInt): String
Inherited from
NumberFormat
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object