FireDAC.Stan.Util.FDBin2HexBS
Delphi
procedure FDBin2HexBS(APtr: Pointer; ALen: Integer; ADest: PByte);
C++
extern DELPHI_PACKAGE void __fastcall FDBin2HexBS(void * APtr, int ALen, System::PByte ADest);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Returns a hexadecimal representation of a Pointer.
The FDBin2HexBS function returns a hexadecimal TFDByteString representation of the APtr parameter up to ALen bytes.
ALen is the buffer size. APtr needs to point to a sequence of characters that has at least 2*ALen bytes because each hexadecimal character represents two bytes.