G
Guest
I'm new to C# and I wondered how to convert an Array of byte to array chars?
Provided that I have this array
byte[] a = new byte[50];
Thx.
Provided that I have this array
byte[] a = new byte[50];
Thx.