decodeBase64String
Deprecated
Ambiguous and lenient. Use `Base64.Default.decode()` from the Kotlin standard library.
Replace with
import kotlin.io.encoding.Base64
Content copied to clipboard
Base64.decode(this).decodeToString()Content copied to clipboard
Decode String from base64 format encoded in UTF-8.