Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ctype.h

isxdigit()

IMPORT_C int isxdigit(int c);

Description

Tests whether the character is a hexadecimal digit (0-9, a-f, A-F).

Parameters

int c

the character to check.

Return value

int

True, if the character is a hexadecimal digit; false, otherwise.