Base64Encode
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 |