Identifies the prefix used for hexadecimal characters in a string.
HEXPREFIX = '0x';
HEXPREFIX is a constant that represents the prefix used for hexadecimal values appearing in a string. HEXPREFIX is used in utility functions, like IPv4ToHex and IPv4ToDWord, to indicate a character string contains values expressed in their hexadecimal form.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |