Return the lowercase version of a string.
Source position: syshelph.inc line 94
public class function TStringHelper.LowerCase( |
const S: string |
):string; overload; |
LowerCase returns the lowercase version of the string S. This function is an alias for the SysUtils.LowerCase function.
|
Return a lowercase version of a string. |