To Lower Case
- Takes a string as input and returns a String which is in lowercase as output.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Input (InArgument<String>) – Accepts a String value.
- Result (Out Argument<String>) – Returns the input String in lowercase.
- Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose level.
Example
- Create a new Process and then click on Manage Packages. Now search for Activities.Expressions in search bar. Install this package and click Save.
- Then create a Sequence and inside it call To Lower Case Enter the input String argument value and take output in the result.