char FXchar
Definition: fxdefs.h:380
FXchar toLower(FXchar asc)
FXchar toTitle(FXchar asc)
bool isControl(FXchar asc)
#define FXAPI
Definition: fxdefs.h:122
bool isLetter(FXchar asc)
bool isAlphaNumeric(FXchar asc)
bool hasCase(FXchar asc)
Ascii-only common functions.
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
FXchar toUpper(FXchar asc)
Case conversion.
FXint digitValue(FXchar asc)
Get numeric value of character (this includes hex value)
bool isSymbol(FXchar asc)
bool isHexDigit(FXchar asc)