c:string:tolower From C++ Reference previous page next page tolower Syntax: #include <cctype> int tolower( int ch ); The function tolower() returns the lowercase version of the character ch. Related Topics: isupper, toupper previous page start next page