Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

tolower


Locale Convenience Function

Summary

Converts a character to lower case.

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

None

Synopsis

#include <locale>
template <class charT> 
charT tolower (charT c, const locale& loc) const;

Description

The tolower function returns the parameter c after converting it to lower case. The conversion is made using the ctype facet from the locale parameter.

Example

See Also

toupper, 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