↧
Answer by Stuart for Remove URl from a string in c#
There are libraries available to help parse RSS feeds - e.g. working with rss + c#on codeplex http://rssr7.codeplex.com/releases/view/43832If you want to do a quick "hacky" parse of the string...
View ArticleAnswer by Derek Lakin for Remove URl from a string in c#
You can just access the attribute value for the url attribute:ThumbSource = imageFeed.Element("thumbnail").Attribute("url").Value,It would probably worth using some kind of extensions method to return...
View ArticleRemove URl from a string in c#
I have a string I have parsed from a RSS feedthumbnail url='http://photos3.media.pix.ie/11/C5/11C5B77C92204ADBBD0CF5FDF4BA351B-0000314357- 0002211156-00240L-00000000000000000000000000000000.jpg'...
View Article
More Pages to Explore .....