ToLower Function

  • Updated

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".

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.