converting byte[] to char[]
807605Oct 8 2007 — edited Oct 10 2007Hi,
I want to convert a byte array to a char array.
The simple cast of each byte to char is not ok.
The char array should be in ASCII-format.
So how to convert the byte[] to a ASCII-char[] ?
regards
Olek