base64Encode

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

string
base64Encode
(
ubyte[] data = null
)

Parameters

data ubyte[]

the binary data to encode

Return Value

Type: string

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