that text represents. The returned buffer must be freed with [glib.global.gfree].
base64Decode
fn
ubyte[] base64Decode(string text)Decode a sequence of Base-64 encoded text into binary data. Note that the returned binary data is not necessarily zero-terminated, so it should not be used as a character string.
Parameters
text | zero-terminated string with base64 text to decode |
Returns
newly allocated buffer containing the binary data