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
you have to convert it to ToArray()
ToArray()
string.join(" ",destList.ToArray());