decodeUrl

open fun decodeUrl(string: String): Array<Byte>

Decode a Base64 input with the alphabet safe for URL-s and filenames (RFC4648 with '-', '_')

Return

The decoded data, empty if decoding failed.

Parameters

string

Encoded base64 input to be decoded