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 uppercase.
static wchar_t CharToUpper(
wchar_t x
);
static char CharToUpper(
char x
);
Parameters
- x
The character to convert to uppercase.
Requirements
Header: atlcoll.h
See Also
Reference
CDefaultCharTraits::CharToLower