byte test5 = 0x03; // 0000 0011 test5 = (byte)(test5 << 2); textBox_test_5.Text = test5.ToString("X2");. 2. >> 就是將Byte 向右邊移動兩個bit.
確定! 回上一頁