JVCL Help:HexBytes
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: HexBytes function
[+] JvDataProvider.pas Functions
Search in JVCL Help
Search in all projectsSummary
Transforms a buffer into a hexadecimal string representation.
Pascal
run\JvDataProvider.pas
functionHexBytes(constBuf; Length: Integer): string;
Parameters
Parameters | Description |
const Buf | Buffer to transform. |
Length: Integer | Length of the buffer to transform. |
Description
HexBytes transforms the specified buffer into a hexadecimal string representation.
Each byte in the buffer will be represented by two hexadecimal digits in the resulting string, making the result string exactly twice the specified length.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page