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

ParseBoolean

Parse boolean

  • It takes a String input and returns a Boolean value. 

Properties

      Common

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

      Misc

  • Input (InArgument<String>) – Accepts “true” and “false” of String type.
  • Result (Boolean) – Returns Boolean value.
  • 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 Parse boolean activity. Enter the input value as “true” or “false” and take output in the result