Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 833 Bytes

File metadata and controls

30 lines (18 loc) · 833 Bytes

Function: LSNumberFormat

Formats a number with an optional format mask

Method Signature

LSNumberFormat(number=[number], mask=[string], locale=[string])

Arguments

Argument Type Required Description Default
number number true The number to be formatted
mask string false The formatting mask to apply
locale string false An optional locale string to apply to the format

Examples

Related