NWLstrlwr
Converts a string to lower case using locale information
#include <nwlocale.h>
pnstr N_API NWLstrlwr (
pnstr string);
uses netwin32
Function NWLstrlwr
(str1 : pnstr
) : pnstr;
Returns a pointer to the lower case string parameter.
NWLstrlwr is sensitive to double-byte characters if the locale includes double-byte characters.