ICI Modules: str: base64_decode
Modules by name : by typeSynopsis
string = str.base64_decode(string)Description
Takes a string containing base 64 encoded data and returns a string with the unencoded data. Note that if the data contains ASCII NUL characters that the returned string may not function correctly with many of the intrinsic ICI functions which are based on the C library.