# To base64

Command:&#x20;

`to_base64`

Syntax:

```bash
to_base64 <value>
```

Example:

```bash
> to_base64 "Hello World!"
SGVsbG8gV29ybGQh

```
