> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/conversion/todecimal.md).

# TODECIMAL

TODECIMAL(`text`)

Convert text into a decimal number

### Arguments

| Argument | Description                |
| -------- | -------------------------- |
| `text`   | Text to convert to decimal |

### Output

Decimal number corresponding to `text`

### Example

```
TODECIMAL("22.5")
>> 22.5
```
