hexDecode

Perform hex decoding

Parameters

output ubyte*

an array of at least input_length/2 bytes

input string

some hex input

ignore_ws bool

ignore whitespace on input; if false, throw new an exception if whitespace is encountered

Return Value

Type: size_t

number of bytes written to output

Meta