Base64.decodeInplace

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

struct Base64
static
char[]
decodeInplace
(
ref char[] text
)

Parameters

text char[]

zero-terminated string with base64 text to decode

Return Value

Type: char[]

The binary data that text responds. This pointer is the same as the input text.

Meta

Since

2.20