Lower Function
Lower (text as String) as String
| Category: | Text |
| Description: | Changes all letters in the given value to lowercase letters |
| Supported Context: | FormulaField And BusinessRules |
| Parameters: | |
| text as String | Represents a text string or reference to a field that returns a value of type text |
| Returned value as String | Returns a text or string value equal to the text entered in the "text" parameter with all letters in lower case |
| Example #1 |
Return a string in lower case letters Lower('This Is A Test') |
| Tips | See also Upper() function |
| Related Functions |

