System.SysUtils.TStringHelper.ToLower
Delphi
function ToLower: string; overload; inline;
function ToLower(LocaleID: TLocaleID): string; overload;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
Description
Transforms this 0-based string into an all lowercase characters 0-based string and returns it.
The LocaleID
parameter of the second ToLower overloaded method is of type TLocaleID and defines a choice of language and region identifiers. For more information, please refer to the TLocaleID topic.