API:System.Character.TCharacter.ToUpper

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.