SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » isxdigit()
Location: ctype.h
ctype.h
isxdigit()
IMPORT_C int isxdigit(int c);
Tests whether the character is a hexadecimal digit (0-9, a-f, A-F).
int c
the character to check.
int
True, if the character is a hexadecimal digit; false, otherwise.
Copyright ©2008 Symbian Software Ltd.