SYNTAX:
xpfStringToLowercase (sourceString : STRING)
lowercaseString : STRING;
To be completed
The function xpfStringToLowercase converts all characters within the given sourceString to lowecase characters and returns the new string as lowercaseString.
General
Content
Integrations