<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert a comma separated string of numbers to an integer array using C#</title>
	<atom:link href="http://www.joe-stevens.com/2010/06/10/convert-a-comma-separated-string-of-numbers-to-an-integer-array-using-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-stevens.com/2010/06/10/convert-a-comma-separated-string-of-numbers-to-an-integer-array-using-c/</link>
	<description>Everything .NET and C#</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:25:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Mark</title>
		<link>http://www.joe-stevens.com/2010/06/10/convert-a-comma-separated-string-of-numbers-to-an-integer-array-using-c/comment-page-1/#comment-8038</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 08 Dec 2010 17:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.joe-stevens.com/?p=487#comment-8038</guid>
		<description>Thanks Joe, one suggestion on the line would be to add a trim for anyone that would add spaces between the commas:

csv..Split(&#039;,&#039;).Select(n =&gt; int.Parse(n.Trim())).ToArray();

Thanks for the posting!</description>
		<content:encoded><![CDATA[<p>Thanks Joe, one suggestion on the line would be to add a trim for anyone that would add spaces between the commas:</p>
<p>csv..Split(&#8216;,&#8217;).Select(n =&gt; int.Parse(n.Trim())).ToArray();</p>
<p>Thanks for the posting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

