Public Function IsXDigit( _
ByVal vCharCode As Integer _
) As Boolean IsXDigit(Asc("9")) = True
IsXDigit(Asc("C")) = True
IsXDigit(Asc("c")) = True
IsXDigit(Asc("G")) = FalseSee also: IsDigit Function
IsAlpha Function
CharTypeHexadecimal PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the hexadecimal digit class. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.