toBase64
Encode the current ByteArray to a Base64 byte array wrapped using an encoded data record.
Return
Base64 encoded bytes from the current set of bytes, wrapped in an encoded data record.
Encode the current String to a Base64 byte array, using the cross-platform DefaultBase64 tools.
Return
Base64 encoded byte array from the current string.