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

ParseGuid

Parse Guid

  • Takes a string as input and returns a Guid as output.

Properties

       Common

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

      Misc

  • Value (InArgument<String>) – Accepts a String value.
  • Result (Out Argument<Guid>) – Returns the Guid value generated corresponding to that particular String.
  • 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 Guid activity. Enter the input String argument value and take output in the result