mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
decodeBase64
mir
base64
Decode a Base64 encoded value, returning the buffer.
ubyte
[]
decodeBase64
(const(char)[] data, char plusChar, char slashChar)
@
safe
pure
ubyte
[]
decodeBase64
(
scope
const
(
char
)[]
data
,
char
plusChar
= '+'
,
char
slashChar
= '/'
)
void
decodeBase64
(const(char)[] data, Appender appender, char plusChar, char slashChar)
mir
base64
functions
decodeBase64
encodeBase64
Decode a Base64 encoded value, returning the buffer.