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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|