open static fun encodeToString(src: ByteArray): String
Base64-encode the given byte array to a String.
src - the original byte array (may be null)
src
null
Return the encoded byte array as a UTF-8 String