¡@

Home 

c# Programming Glossary: s.element

How to I use TryParse in a linq query of xml data?

http://stackoverflow.com/questions/9003697/how-to-i-use-tryparse-in-a-linq-query-of-xml-data

below var makeInfo from s in doc.Descendants quote where s.Element LastTradeDate null s.Attribute symbol null let dateStr s.Element.. LastTradeDate null s.Attribute symbol null let dateStr s.Element LastTradeDate .Value where string.IsNullOrEmpty dateStr DateTime.Parse.. new DailyPricingVolDP string s.Attribute symbol DateTime s.Element LastTradeDate double s.Element Open double s.Element DaysHigh..