Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.
method
ffi.CString.toLocaleLowerCase
locales?: LocalesArgument
): string;
Converts all alphabetic characters to lowercase, taking into account the host environment's current locale.