The following is the results of a get text from a web site.
I have tried a trim, which removed all the tabs and new line. I can not find the character that represents the paragraph symbol in order to do a trim or split. How can I get rid of the paragraph character?
Could you try using the replace function?
myString.Replace(βΒΆβ," ")