0
Cheers mate,, I get error normally in trying those methods,, Anyways,, I sorted it out in a funny way,, I just did: myChar = "" + myInt;
So the complier took the "" which is just an empty char and added the integer into it.
Thanks again anyway
0
Hi,
Use .ToString() method on the byte variable (or) Convert.ToString(byte variable)