[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the lowercase version of a string.
Source position: syshelph.inc line 68
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. |