E
EOS
Hi,
I would like to ask on how to convert array of bytes, Byte[] into String?
I tried StringIwant = System.Convert.ToString(byteData);
but it actually return "System.Byte[]" rather than convert the data I wanted
into string.
I guess it should be a rather simple question.
By the way, I am using compact framework for PDA.
Thanks in advance. : )
I would like to ask on how to convert array of bytes, Byte[] into String?
I tried StringIwant = System.Convert.ToString(byteData);
but it actually return "System.Byte[]" rather than convert the data I wanted
into string.
I guess it should be a rather simple question.
By the way, I am using compact framework for PDA.
Thanks in advance. : )