Create your first automation in just a few minutes.Try Studio Web →
by YouTube
1
Snippet
<100
Summary
Summary
This is a simple Snippet which is used to check if the input value supplied is a Palindrome or not
Overview
Overview
This Snippet requires three arguments:
Input Arguments:
1. in_InputValue (Object): The input argument to check whether it is a Palindrome or not. Required.
2. in_IgnoreCase (Boolean): Indicates if a Case Sensitive or Case Insensitive operation needs to be performed. By default it is False. Optional.
Output Arguments:
1. out_IsPalindrome (Boolean): This is the output argument which indicates whether the supplied in_InputValue argument is a Palindrome or not. Required.
Features
Features
Used for simple checking if a string or a number or a Date Object is a Palindrome or not.
Additional Information
Additional Information
Dependencies
UiPath.System.Activities >= 18.4.1
Code Language
Visual Basic
License & Privacy
BSD
Privacy Terms
Technical
Version
1.0.0Updated
April 7, 2020Works with
Compatible with all Studio versions starting with 2018.4.1
Certification
Silver Certified
Support
UiPath Community Support
Resources