Signature
native strtolower(string[]);
Description
Converts all chars in string to lower case.
Parameters
- string — The string to convert.
Returns
Number of bytes written.