Let's suppose a string. I useand 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 ??VB Code:
dim abyte() as byte abyte=encoding.unicode.getbytes(mystr)




Reply With Quote