Skip to content

LowerCase Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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])

Clone this wiki locally