JVCL Help:HexPCharToInt

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

Search in JVCL Help

 
Search in all projects
 

Summary

Convert a hexadecimal string value to a Pascal Integer type.

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 functionHexPCharToInt(S1: PAnsiChar): Integer;


Parameters

Parameters Description
S1: PAnsiChar The hexadecimal string.

run\JvCsvParse.pas


Description

Call HexPcharToInt('FFFF') and it will return 65535.

run\JvCsvParse.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