Source position: fphashutils.pp line 42
procedure HexStrToBytes(
const aHexStr: UnicodeString;
out aBytes: TBytes
); overload;procedure HexStrToBytes(
const aHexStr: AnsiString;
); overload;function HexStrToBytes(
const aHexStr: string
):TBytes; overload;