HexStringIsZero
function HexStringIsZero (const Hex : string) : Boolean;
HexStringIsZero returns true if the hexadecimal string passed as Hex consists entirely of 0's, otherwise false.
This routine is defined in the OgUtil unit.
HexStringIsZero
function HexStringIsZero (const Hex : string) : Boolean;
HexStringIsZero returns true if the hexadecimal string passed as Hex consists entirely of 0's, otherwise false.
This routine is defined in the OgUtil unit.