...
Returns the given string that has it's letters converted to lower case. If the string contains other characters than letters the chars that are not letters will not be converted.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
string | string | Yes | Specifies a character expression that will be converted to lower case. |
...