To convert an int back to a byte, just use a cast: (byte)someInt . The resulting narrowing primitive conversion will discard all but the last 8 bits. Share.
確定! 回上一頁