You can convert byte type to char using (char) function. Eg: byte x; char b=(char)x; and then u can form strings using str[i]=b; where str is a string and b is ...
確定! 回上一頁