Unicode Intrinsic Functions - LowerCase Method
Convert a string to lower case
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Unicode String | Resulting string |
Lowercase returns the supplied string with all characters converted to lowercase.
Febuary 18 V14SP2