For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsCurrency

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

Method Signature

IsCurrency(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

Last updated

Was this helpful?