toLocaleLowerCase

The toLocaleLowerCase method converts a string to lowercase letters, according to the host's locale.

 

Syntax

System.String toLocaleLowerCase();

 

Return Value

Returns the converted string.

 

Remarks

Member of string.

 

Example