Hi, I’m trying to reverse a string but with no success.
I’ve tried using ToCharArray, and then using the Array.Reverse but I must be doing something wrong with variable classification.
Can someone help me with a xaml example?
Any idea on the fact why Invoke Method is not working…
1 Like
Hi @Soumyodip_s,
Without Invoke method you can able to do it by Linq. Below I have attached the sample.
file :Reverse.zip (1.9 KB)
Regards
Balamurugan
7 Likes
Hello @CSilva
I’ve wrote a custom activity for this and several other operations on string. Maybe you can check it out.
Thank you!! Simple way to do it!
You can use StrReverse(stringToBeReversed) function to reverse the string.
5 Likes