What do you mean by "encode again into another array"? To get the characters back, you have to decode them, not encode them again.
Using encoding.unicode.getchars will get the characters:VB Code:
Dim mychars() As Char = Encoding.Unicode.GetChars(abyte)




Reply With Quote