base64ToRealString

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

Base64-String to the actual real String, that is "SGVsbG8gV29ybGQ=" to "Hello World".