encode


Description:

public string encode (uchar[] data)

Encode a sequence of binary data into its Base-64 stringified representation.

Parameters:

data

the binary data to encode

len

the length of data

Returns:

a newly allocated, zero-terminated Base-64 encoded string representing data. The returned string must be freed with g_free.


Namespace: GLib.Base64
Package: glib-2.0