API:System.Character.ToLower
Delphi
function ToLower(C: Char): Char;
function ToLower(C: UCS4Char): UCS4Char;
function ToLower(const S: string): string;
C++
extern DELPHI_PACKAGE System::WideChar __fastcall ToLower(System::WideChar C)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Character.pas System.Character.hpp |
System.Character | System.Character |
Description
Embarcadero Technologies does not currently have any additional information.