base64ToRealString

@NotNull
open fun base64ToRealString(@NotNull encoded: String): String

Base64-String to the actual real String, i.e. "SGVsbG8gV29ybGQ=" -> "Hello World".