Encode64()
Description
FUNCTION: encode64(<string>)
Returns the Base64 encoding of the given string.
Examples
> say encode64(Hello World)
You say, “SGVsbG8gV29ybGQ=”
FUNCTION: encode64(<string>)
Returns the Base64 encoding of the given string.
> say encode64(Hello World)
You say, “SGVsbG8gV29ybGQ=”