<?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: Super-Easy String to Anything</title>
	<atom:link href="http://www.robfe.com/2008/09/super-easy-string-to-anything/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robfe.com/2008/09/super-easy-string-to-anything/</link>
	<description>A blog about coding by Rob Fonseca-Ensor</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:22:34 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Harshal</title>
		<link>http://www.robfe.com/2008/09/super-easy-string-to-anything/comment-page-1/#comment-226</link>
		<dc:creator>Harshal</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=51#comment-226</guid>
		<description>Cool.  Made a small change to the catch block as I don&#039;t want to have to convert nullables to non nullable on the caller end as I am expecting the default value of the value types:

catch
{
    return default(T);
}</description>
		<content:encoded><![CDATA[<p>Cool.  Made a small change to the catch block as I don&#8217;t want to have to convert nullables to non nullable on the caller end as I am expecting the default value of the value types:</p>
<p>catch<br />
{<br />
    return default(T);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.robfe.com/2008/09/super-easy-string-to-anything/comment-page-1/#comment-103</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 26 Nov 2008 13:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=51#comment-103</guid>
		<description>Nice! But how about using type.IsEnum, and have you considered TypeConverters for extra flexibility, or is that too slow?</description>
		<content:encoded><![CDATA[<p>Nice! But how about using type.IsEnum, and have you considered TypeConverters for extra flexibility, or is that too slow?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
