| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Character Classification in Siebel eScript > Clib.isxdigit() MethodThis function returns true if a specified character is a hexadecimal digit. SyntaxReturnsTrue if char is a hexadecimal digit; otherwise, false. UsageThis function evaluates a single character, returning true if the character is a valid hexadecimal character (that is, a number from 0 through 9 or an alphabetic character from a through f or A through F). If the character is not in one of the legal ranges, it returns false. See Also | 
|  |    | 
| Siebel eScript Language Reference |