System.Character.TCharacter.ToUpper

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function ToUpper(C: Char): Char; overload; inline; static;
class function ToUpper(C: UCS4Char): UCS4Char; overload; inline; static;
class function ToUpper(const S: string): string; overload; inline; static;

C++

static System::WideChar __fastcall ToUpper(System::WideChar C)/* overload */;
static unsigned __fastcall ToUpper(unsigned C)/* overload */;
static System::UnicodeString __fastcall ToUpper(const System::UnicodeString S)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter

Description

Convertit un caractère UTF-16 en son équivalent majuscule selon la spécification Unicode.

Cette fonction est surchargée.

Convertit le caractère UTF-16 C en son équivalent majuscule selon la spécification Unicode, s'il existe ; sinon renvoie la valeur transmise.

Renvoie une copie de la chaîne S dans laquelle tous les caractères ont été convertis en leurs équivalents majuscules selon la spécification Unicode.

Voir aussi