API:System.Character.TCharacter.ToLower

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static System::WideChar __fastcall ToLower(System::WideChar C)/* overload */;
static System::UCS4Char __fastcall ToLower(System::UCS4Char C)/* overload */;
static System::UnicodeString __fastcall ToLower(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!