base64Decode

fun base64Decode(data: String, flag: Int = Base64.DEFAULT): String

Decodes the specified base64-encoded string.

Return

The decoded string.

Parameters

data

The base64-encoded string to decode.