toBase64String

Encode the current ByteArray to a Base64 string, using the cross-platform DefaultBase64 tools.

Return

Base64 encoded string from the current set of bytes.


Encode the current String to a Base64 string, using the cross-platform DefaultBase64 tools.

Return

Base64 encoded string from the current string.