byte[] byteData=new byte[5]{0x01,0x02,0x03,0x04,0x05}; string strData=Encoding.ASCII.GetString(byteData);. 如此可以把byte array裡的資料轉成 ...
確定! 回上一頁