Base64


Object Hierarchy:

Object hierarchy for Base64

Description:

public class Base64 : Object

Static utility methods for Base64 encoding and decoding.

Example:

    uint8[] data = { 0x48, 0x65, 0x6C, 0x6C, 0x6F };
string encoded = Base64.encode (data);
assert (encoded == "SGVsbG8=");


Namespace: Vala.Encoding
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object