show / hide menu

StringToLower

This function returns a copy of a string converted to lowercase.

Syntax:

StringToLower(StringValue)

StringValue is the string that needs to be converted to Lower Case.

Examples:

Textbox1.Value= StringToLower (GOOD)

Textbox1.Value= good

The function will return the value “good”.