hexEncode

Perform hex encoding

Parameters

input Vector!(ubyte, Alloc)

some input

uppercase bool

should output be upper or lower case?

Return Value

Type: string

hexadecimal representation of input

Meta