LCase() |
Top Previous Next |
LCase() - Convert a string to lowercase Description The LCase() function converts the supplied string to the lowercase equivalent. LCase(String) Example LowerString = LCase("HELLO") 'returns hello
LowerString = LCase("hEllO") 'returns hello |