API:System.Character.TCharacter.ToUpper

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!