Namespaces
Variants
Views
Actions

std::tolower

From cppreference.com
< cpp‎ | string‎ | byte
Revision as of 12:48, 2 August 2011 by P12bot (Talk | contribs)

Template:cpp/string/narrow/sidebar

Defined in header <cctype>
int tolower( int ch );

Converts the given character to lowercase.

Parameters

ch - character to be converted

Template:returns

converted character or ch if no such conversion was possible

Template:see also

Template:cpp/string/narrow/dcl list toupper