CDefaultCharTraits::CharToUpper

Appelez cette fonction pour convertir un caractère en majuscules.

static wchar_t CharToUpper(
   wchar_t x
);
static char CharToUpper(
   char x
);

Paramètres

  • x
    Caractère à convertir en majuscules.

Configuration requise

Header: atlcoll.h

Voir aussi

Référence

CDefaultCharTraits::CharToLower