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

EndsWithString

Ends With String

  • Checks whether the particular string ends with the value to be searched.

Properties   

      Common

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

      Misc

  • Input (InArgument<String>) – The input String in which value is to be searched.
  • Result (OutArgument<Boolean>) – returns a Boolean value based on whether the input string contains the value to be searched.
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • SearchValue (InArgument<String>) – the string value to be checked whether present in the input string.
  • IgnoreCase (Boolean) – Ignores the case-sensitivity property if checked.

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 Ends with String activity. Enter the input String and Search Value and take output in the result parameter