hexDecode

Convert a hex string back to bytes.

  1. ubyte[] hexDecode(string hexStr)
    @safe pure
    ubyte[]
    hexDecode
    (
    string hexStr
    )
  2. ubyte[] hexDecode(ubyte[] hexData)

Throws

InvalidEncodingException if non-hex chars appear or input has uneven length

Meta