OEParseHex¶
bool OEParseHex(std::vector<bool>& ,const std::string&);
Converts a hexadecimal string to boolean vector.
bool OEParseHex(OEBitVector& ,const std::string&);
Converts a hexadecimal string to a OEBitVector object.
See also
OEMakeHex
functionOEBitVector::FromHexString
andOEBitVector::ToHexString
method method