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