number_to_words
Convert numeric values to English words for readability in invoices, checks, or reports. Optionally format as currency amounts.
Instructions
Convert numbers to English words (e.g. 1234 -> 'one thousand two hundred thirty four').
Parameters:
number — Number to convert to words.
currency — Optional currency code for money format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | ||
| currency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |