encode_base64
Convert text to Base64 encoded format. Supports custom character encoding like UTF-8.
Instructions
Encode text to Base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode | |
| encoding | No | Text encoding (default: utf-8) | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |