decodeBase64

fun String.decodeBase64(): ByteArray

Decode this base64 encoded string.

Receiver

String encoded to base64.

Return

The ByteArray result of decoding the base64 string.