JVCL Help:HexBytes

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Transforms a buffer into a hexadecimal string representation.

run\JvDataProvider.pas


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.

run\JvDataProvider.pas


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.

run\JvDataProvider.pas


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