API: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 System::UCS4Char __fastcall ToUpper(System::UCS4Char 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

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !