Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Cloud | Built-In Services | Built-In Services | toLower
 
toLower
Converts all characters in a given string to lowercase.
Input Parameters
inString
String String to convert.
language
String Optional. Lowercase, two-letter ISO-639 code. If this parameter is null, the system default is used.
country
String Optional. Uppercase, two-letter ISO-3166 code. If this parameter is null, the system default is used.
variant
String Optional. Vendor and browser-specific code. If null, this parameter is ignored.
Output Parameters
value
String Contents of inString, with all uppercase characters converted to lowercase.