# 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

* [ClearLocale](/boxlang-language/reference/built-in-functions/i18n/clearlocale.md)
* [CurrencyFormat](/boxlang-language/reference/built-in-functions/i18n/currencyformat.md)
* [GetLocale](/boxlang-language/reference/built-in-functions/i18n/getlocale.md)
* [GetLocaleDisplayName](/boxlang-language/reference/built-in-functions/i18n/getlocaledisplayname.md)
* [GetLocaleInfo](/boxlang-language/reference/built-in-functions/i18n/getlocaleinfo.md)
* [IsCurrency](/boxlang-language/reference/built-in-functions/i18n/iscurrency.md)
* [LSCurrencyFormat](/boxlang-language/reference/built-in-functions/i18n/lscurrencyformat.md)
* [LSParseCurrency](/boxlang-language/reference/built-in-functions/i18n/lsparsecurrency.md)
* [ParseCurrency](/boxlang-language/reference/built-in-functions/i18n/parsecurrency.md)
* [SetLocale](/boxlang-language/reference/built-in-functions/i18n/setlocale.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/i18n/lsiscurrency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
