public Property ConstantParser(int i) { return((RowParser.Constant <int, string>(i).Parse("").Value == i).ToProperty()); }