> 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/logical/all/tostring.md).

# TOSTRING

TOSTRING( `text` )

Converts a value into a string

### Arguments

| Argument | Description                        |
| -------- | ---------------------------------- |
| `text`   | Character(s) to convert to string. |

### Output

Outputs input as string.

## Examples <a href="#examples" id="examples"></a>

```
TOSTRING(22)
>> "22"
```
