IsXdigit()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

IsXdigit()

Description

Determine if an ASCII number refers to a hexadecimal digit (A–F), (a–f), or (0–9).

 

Type

REGULAR FUNCTION

 

Usage

Result = IsXdigit(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the character.

Result

BOOL

TRUE = Character is a hexadecimal digit.

FALSE = Character is not a hexadecimal digit.

 

Related Topics