The toLocaleLowerCase method converts a string to lowercase letters, according to the host's locale.
System.String toLocaleLowerCase();
Returns the converted string.
Member of string.