Topic Path: Symbol Reference > Functions > IsHexidecimal Function (Char)
ContentsIndexHome
PreviousUpNext
IsHexidecimal Function

Determines if the character is a valid hexadecimal digit.

File
function IsHexidecimal(
    AChar: Char
): Boolean; overload;
Parameters 
Description 
AChar 
Character to examine for valid hexadecimal digit content. 

Boolean - True when the character is a valid hexadecimal digit.

IsHexidecimal is an overloaded boolean function used to determine if the character in AChar is a valid digit for representing a hexadecimal number. IsHexidecimal returns True when AChar contains one of the following characters: 

 

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.