Calculation Formulas
Back to Calculation Formulas Overview
Back to Functions Overview
Function "ToLower"
ToLower(arg)
Function: Returns the given text argument (or set of texts) with all letters converted to lowercase letters.
Return-Type: Text or Text Set
Arguments:
arg - Type Text or Text Set: If a single text is given, then this text
is converted to lowercase and the result is returned. If a set of texts is given, then all texts in the set will be
converted to lowercase and a set with these converted texts is returned.
Examples:
ToLower("Convert All UPPERCASE to Lowercase")