OEMakeHex
OEMakeHex(hex: str, arg2: OEBitVector, columns: int = 0) -> bool
Generates a hexadecimal string representation of an OEBitVector.
OEMakeHex(arg1: str, arg2: List[bool], columns: int = 0) -> bool
Generates a hexadecimal string representation of a boolean vector.
See also
OEParseHexfunctionOEBitVector.FromHexStringandOEBitVector.ToHexStringmethod method