The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
encodeBase64
mir
base64
Encode a ubyte array as Base64, returning the encoded value.
string
encodeBase64
(const(ubyte)[] buf, char plusChar, char slashChar)
@
safe
pure
string
encodeBase64
(
scope
const
(
ubyte
)[]
buf
,
char
plusChar
= '+'
,
char
slashChar
= '/'
)
void
encodeBase64
(const(ubyte)[] input, Appender appender, char plusChar, char slashChar)
Meta
Source
See Implementation
mir
base64
functions
decodeBase64
encodeBase64
Encode a ubyte array as Base64, returning the encoded value.