<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Merrell . com &#187; type param</title>
	<atom:link href="http://michaelmerrell.com/tag/type-param/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelmerrell.com</link>
	<description>This website is devoted to web development and my technology opinions.</description>
	<lastBuildDate>Fri, 14 May 2010 16:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fun With Enumerations Part 2 &#8211; Converting a Value to an Enumeration</title>
		<link>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:18:02 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[enumeration conversion]]></category>
		<category><![CDATA[enumerations]]></category>
		<category><![CDATA[type param]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=187</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to finishing this second post. The first part of the Post can be viewed here. In my first fun with enumerations post I went over how to use an enumeration as a data source. That is all good and dandy when you are working with enumerations and want to put them into the data base. But what happens when you need to pull that value out of the database and convert it back into an enumeration. This is a problem that I have been faced with in the past. Previously my method was to convert the value out of the database to an integer and then use a switch statement to compare it to all the integer values of the enumerations. <a href='http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2009/12/fun-with-enumerations-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
