LCase

Public Function LCase(ByVal InputString As String) As String

Returns string converted to lower case.

SendDebug LCase("Hello World") 'Prints 'hello world'

See also: