TStringHelper.ToLower
Convert to lowercase
Declaration
Source position: syshelph.inc line 184
public
function ToLower : string; Overload;
Description
ToLower returns a lowercase version of the string.
See also
Name | Description |
---|---|
TStringHelper.LowerCase | Return the lowercase version of a string. |
TStringHelper.ToUpper | Convert to uppercase. |
TStringHelper.ToUpperInvariant | Convert to uppercase |