OEParseHex
OEParseHex(arg1: List[bool], arg2: str) -> bool
Converts a hexadecimal string to boolean vector.
OEParseHex(arg1: OEBitVector, arg2: str) -> bool
Converts a hexadecimal string to a OEBitVector object.
See also
OEMakeHexfunctionOEBitVector.FromHexStringandOEBitVector.ToHexStringmethod method