System.Character.ToUpper

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ToUpper(C: Char): Char;
function ToUpper(C: UCS4Char): UCS4Char;
function ToUpper(const S: string): string;

C++

extern DELPHI_PACKAGE System::WideChar __fastcall ToUpper(System::WideChar C)/* overload */;

Propriétés

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

Description

Avertissement : ToUpper est obsolète. Veuillez utiliser TCharHelper.ToUpper.

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