Assuming these two strings:
string s1=\"control\"; string s2=\"conrol\"; (or \"ocntrol\", \"onrtol\", \"lcontro\" etc.)
How can I programatical
Linq Method: Try to store the chars in both the strings in two List or List and compare (SequenceEqual or Except) the samller one with the bigger one.
Linq Method
List
SequenceEqual
Except