// 1.3 寻卡 public string SearchCardHandler() { byte[] resultByte = new byte[1000]; string temp = ""; int flag; flag = Recharge.SearchCard(resultByte); temp = Convertor.Ascii2Str(resultByte); return(flag + ";" + temp); }