byte[] mybuff = new byte[512]; API_Read(handle, block, mybuff);
string newStr = Encoding.ASCII.GetString(retbuff);