Internet Direct (Indy)
Home
PreviousUpNext
IsHexidecimal Function

Determines if the characters are valid hexadecimal digit.

Pascal
function IsHexidecimal(
    const AString: string
): Boolean; overload;
Parameters 
Description 
AString 
Characters to be examined for valid hexadecimal digit content. 

Boolean - True when the values are valid hexadecimal digits.

IsHexidecimal is an overloaded boolean function used to determine if the characters in AString are valid digits for representing a hexadecimal number. IsHexidecimal returns True when all of the characters in AString are one of the following characters: 

 

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.