ToBase64¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Accepts a byte array or a string value as input. | BytesString | ||
| Output ➡️ | Outputs the Base64 encoded string representation of the input value. | String | 
Encodes the input bytes or string value to its Base64 string representation.