hexDecode

decodes hexData

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

Throws

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

Meta