Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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