UnicodeLowerCase
Return lowercase version of a string
Declaration
Source position: sysunih.inc line 25
function UnicodeLowerCase(const s: UnicodeString) : UnicodeString;
Description
UnicodeLowerCase returns an all-lowercase version of the unicodestring S. It relies on the Unicode manager to do so.
See also
| Name | Description |
|---|---|
| LowerCase | Return a lowercase version of a string. |
| UnicodeUpperCase | Return uppercase version of a string |
| UpperCase | Return an uppercase version of a string. |