Returns the base64 encoding of a string. For example, input “Hello”, would return “SGVsbG8=”. What is base64?
Input Fields
- text: the word/text that will be converted into base64.
Output Fields
- output: returns the base64 encoding of the input text.