decode

fun decode(encoded: String): String?

Decodes encoded Base64 to UTF-8 text.

Return

Decoded string, or null on invalid Base64.