bool IsIntList(string uInp) { userInputInts = GF.ConvertStringsToIntList(uInp); if (userInputInts == null) { return(false); } return(true); }