numeric
Numeric Methods
formatBaseN(radix=[integer])
Converts a number to a string representation in the specified base.
Arguments:
Argument
Type
Required
Default
radix
integer
true
null
decimalFormat(length=[integer])
Converts a number to a decimal-formatted string.
Arguments:
Argument
Type
Required
Default
length
integer
false
2
numberFormat(mask=[string], locale=[string])
Formats a number with an optional format mask
Arguments:
Argument
Type
Required
Default
mask
string
false
null
locale
string
false
null
currencyFormat(type=[string], locale=[string])
nullArguments:
Argument
Type
Required
Default
type
string
false
local
locale
string
false
null
Examples
Last updated
Was this helpful?