Encode the current ByteArray to a Base64 byte array, using the cross-platform Base64 tools.
Return
Base64 encoded bytes from the current set of bytes.
Encode the current String to a Base64 byte array, using the cross-platform Base64 tools.
Return
Base64 encoded byte array from the current string.