RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParser.HexToBinary Method

Converts a sequence of hex values into binary.

Pascal
procedure HexToBinary(Stream: TStream);
C++
__fastcall HexToBinary(TStream Stream);

Call HexToBinary to convert a hex string value in a file to its binary equivalent. Stream specifies a writeable stream for the binary values to be written to.  

It is principally used internally by TParser 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!