Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

isxdigit


Locale Convenience Function

Summary

Determines whether a character is a hexadecimal digit.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <locale>

template <class charT> 
bool isxdigit (charT c, const locale& loc) const;

Description

The isxdigit function returns true if the character passed as a parameter is a hexadecimal digit. Otherwise the function returns false. The check is made using the ctype facet from the locale parameter.

See Also

other is functions, locale, ctype



Previous fileTop of documentContentsIndexNext file
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998