API:System.Character.TCharacter.ToLower
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 unsigned __fastcall ToLower(unsigned C)/* overload */;
static System::UnicodeString __fastcall ToLower(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 !