Base64.decodeInplace

Decode a sequence of Base-64 encoded text into binary data by overwriting the input data. Since 2.20

class Base64
static
char[]
decodeInplace
(
string text
)

Parameters

text string

zero-terminated string with base64 text to decode. inout[array length=out_len][element-type guint8]

Return Value

Type: char[]

The binary data that text responds. This pointer is the same as the input text. [transfer none]

Meta