I am new to vb net. i am trying to process a string containing emoji but I cannot do it. my string looks like this: I want to replace with what i am doing is using string.remove and string.add but I am getting surrogate pair error.
dim tStr as string =""
tStr=tStr.remove(5, 2)
tStr= tStr.insert(5,"")