Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to convert a character to lowercase.
static wchar_t CharToLower(
wchar_t x
);
static char CharToLower(
char x
);
Parameters
- x
The character to convert to lowercase.
Example
printf_s("%c\n", CDefaultCharTraits<char>::CharToLower('A'));
Requirements
Header: atlcoll.h
See Also
Reference
CDefaultCharTraits::CharToUpper