The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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)
Meta
Source
See Implementation
mir
base64
functions
decodeBase64
encodeBase64
Decode a Base64 encoded value, returning the buffer.