1. Home
  2. Docs
  3. Microsoft Expressions
  4. ToUpperCase

ToUpperCase

To Upper Case

  • Takes a string as input and returns a String which is in uppercase 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 uppercase.
  • 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 Upper Case Enter the input String argument value and take output in the result.