# 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
```
