Converts the specified string to lowercase using Unicode case mapping rules.
Source position: lazutf8.pas line 129
function UTF8LowerString( |
const s: string |
):string; |
s |
|
String value to convert in the function. |
Lowercase values for the specified string.
Calls UTF8LowerCase to get the return value for the function.
| Version 4.4 | Generated 2025-11-08 | Home |