encodeBase64String

Description

Encode a string or text to base64, by replacing the instances of certain characters from utf-8 encoding characters.

See 'decodeBase64String' function for the base64 decoding function.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

string

The value to be encoded.

String/Text

-

-

Yes

Output

DescriptionOutput Type

Returns the encoded value.

String/Text

Callback

N/A

Video

Coming soon.

Example

Coming soon.

Steps

Coming soon.

Result

Coming soon.

Last updated