Clib Convert String to Lowercase Method
The Clib Convert String to Lowercase method converts a string to lowercase. It starts at position 0 of the str argument and ends immediately before the terminating null byte. It returns the value of the str argument all in lowercase.
Format
Clib.strlwr(str)
The following table describes the arguments for the Clib Convert String to Lowercase method.
Argument | Description |
---|---|
str |
The string that this method modifies to lowercase. |