TStringHelper.LowerCase
Return the lowercase version of a string.
Declaration
Source position: syshelph.inc line 88
public
class function LowerCase(const S: string) : string; Overload; Static;
Description
LowerCase returns the lowercase version of the string S. This function is an alias for the SysUtils.LowerCase function.
See also
Name | Description |
---|---|
sysutils.LowerCase | Return a lowercase version of a string. |