<?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>TPOV &#187; Conversion</title>
	<atom:link href="http://www.tino.nl/index.php/tag/conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tino.nl</link>
	<description>Tino&#039;s Point Of View - I intend to live forever. So far, so good.</description>
	<lastBuildDate>Sun, 15 Jan 2012 21:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Casting Enums by using Extension Methods in C#.</title>
		<link>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</link>
		<comments>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 07:39:11 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cast]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Enum]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/</guid>
		<description><![CDATA[In C# there is no way to implicity cast one enum to another. One possible way around this is by assigning values to each enum member. If the values of the first enum match the values of the second enum, you use two casts; the first casting the first enum value to an integer, and [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2010/06/23/casting-enums-by-using-extension-methods-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

