I want to extract come text between two tags. The \"txtReadfile\" contains many tags. I want to extract all the text in each occurrence of the tag.
I used the following
Try with:
string output = string.Join(" ", destList.ToArray());