Let's suppose a string. I use
VB Code:
  1. dim abyte() as byte
  2. abyte=encoding.unicode.getbytes(mystr)
and it encode it. Now, if I encode again into another array, I get the char array i would get if I translate directly the string to char array. Fun or am I wrong ??