Base64.decode

Decode a sequence of Base-64 encoded text into binary data. Note that the returned binary data is not necessarily zero-terminated, so it should not be used as a character string.

struct Base64
static
string
decode
(
string text
)

Parameters

text string

zero-terminated string with base64 text to decode

Meta

Since

2.12