Lowercase Function
Converts all characters in a String to lowercase characters.
Syntax
result = Lowercase( value )
result = stringVariable.Lowercase( )
Parameters | ||
value |
The original string. |
Return Value | ||
Result |
A copy of the original string with all characters converted to their lowercase equivalent. |