hexEncode
- void hexEncode(char* output, const(ubyte)* input, size_t input_length, bool uppercase)
- string hexEncode(const(ubyte)* input, size_t input_length, bool uppercase)
- string hexEncode(Vector!(ubyte, Alloc) input, bool uppercase)
- string hexEncode(RefCounted!(Vector!(ubyte, Alloc), Alloc) input, bool uppercase)
string
hexEncode
(auto const ref RefCounted!(Vector!(ubyte, Alloc), Alloc) input ,)
Parameters
- input RefCounted!(Vector!(ubyte, Alloc), Alloc)
- uppercase bool
Return Value
Perform hex encoding