LowerCase Function - microsoft/MIMWAL GitHub Wiki
Syntax
string LowerCase(value:string)
Description
Converts all characters in a string to the lower case based on current culture.
Remarks
If the input string is null, the function returns a null value.
Supported Version
1.0.0.0 and later
Examples
LowerCase([//WorkflowData/MailNickname])