The ToLower function returns a copy of a string, converted to all lower case.
Syntax
|
The ToLower function returns a copy of a string, converted to all lower case. |
|
ToLower(string) |
|
Arguments: |
|
|
string |
String - The string to convert. |
Remarks
- Example: ToLower("Cat") returns "cat".
Comments
0 comments
Article is closed for comments.