Monday, July 29, 2013

adding a Convert.ToInt32 Method

Can't you simply cast Document_Number to an int, like so:



var item = (from e in context.TPFStatus.AsEnumerable()
where int.Parse(e.Document_Number) == id
select e).Single();







Hey, look! This system allows signatures of more than 60 cha


No comments:

Post a Comment