API Version: 2.0
Library Version: 2.72
gchar* g_base64_encode ( const guchar* data, gsize len )
Encode a sequence of binary data into its Base-64 stringified representation.
data
guint8
The binary data to encode.
NULL
len
gsize
The length of data.
gchar*
A newly allocated, zero-terminated Base-64 encoded string representing data. The returned string must be freed with g_free().