hexDecode

decodes hexData

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

Throws

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

Meta