Source position: strutils.pp line 232
procedure BinToHex( |
const BinBuffer: TBytes; |
BinBufOffset: Integer; |
var HexBuffer: TBytes; |
HexBufOffset: Integer; |
Count: Integer |
); overload; |
BinValue: Pointer; |
HexValue: PWideChar; |
BinBufSize: Integer |
); overload; |
const BinValue; |
HexValue: PWideChar; |
BinBufSize: Integer |
); overload; |
BinValue: PAnsiChar; |
HexValue: PAnsiChar; |
BinBufSize: Integer |
); overload; |
BinValue: PAnsiChar; |
HexValue: PWideChar; |
BinBufSize: Integer |
); overload; |
const BinValue; |
HexValue: PAnsiChar; |
BinBufSize: Integer |
); overload; |
BinValue: Pointer; |
HexValue: PAnsiChar; |
BinBufSize: Integer |
); overload; |