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

FormatString

Format String

  • Converts the value of objects to strings based on the formats specified and inserts them into another string.

 Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Format (InArgument<String>) – Replaces one or more format items in a string with the string representation of a specified String.
  • Arguments (Collections) – Takes input String which is needed to be replaced
  • Result (Out Argument<String>) – Returns String value replaced with String passed in Format parameter.
  • 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 Format String Enter the input parameters and take output in the result