Details
| ID | Base64Encode |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
Encodes an input using Base64 format.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| input | The input to encode in Base64 format. |
Outputs
| Path | Description | Type |
|---|---|---|
| Base64.encoded | The input encoded as Base64 format. | Unknown |