[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Writes an hex value into the output stream.
Source position: lresources.pp line 390
public procedure TUTF8Parser.HexToBinary( |
Stream: TStream |
); |
Stream |
|
The output stream. |
The hex digits must occur in pairs, for every byte.
The binary bytes are written in input order (highest first).
EParserError on unpaired hex digits.
lazarus-ccr.sourceforge.net |