System.Classes.TParser.HexToBinary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HexToBinary(Stream: TStream);

C++

void __fastcall HexToBinary(TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TParser

Description

Converts a sequence of hex values into binary.

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