Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.06 KB

File metadata and controls

36 lines (24 loc) · 1.06 KB

Function: LSIsCurrency

Determines whether a value can be parsed to numeric in the given or default locale

Method Signature

LSIsCurrency(number=[any], locale=[string])

Arguments

Argument Type Required Description Default
number any true The value to be parsed
locale string false The locale to apply to parsing - uses the context config value if not specified

Examples

Related