10.6.41 LowerCase
Lowercase returns the supplied string with all characters converted to lowercase.
Input Parameters
None
Example
In this example, if #String contained 'ABCDE', the result would be 'abcde':
#String := #String.Lowercase
Ý 10.6 Alphanumeric/String Intrinsic Functions