<?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>digitalMoto.net &#187; Enums</title>
	<atom:link href="http://digitalMoto.net/blog/tag/enums/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalMoto.net/blog</link>
	<description>Off-idle banter on motorcycling, software development and life in the Pacific Northwest.</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:46:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert Enum to string</title>
		<link>http://digitalMoto.net/blog/2011/05/29/convert-enum-to-string/</link>
		<comments>http://digitalMoto.net/blog/2011/05/29/convert-enum-to-string/#comments</comments>
		<pubDate>Sun, 29 May 2011 18:57:39 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CodeKeep]]></category>
		<category><![CDATA[Enums]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2011/05/29/convert-enum-to-string/</guid>
		<description><![CDATA[(Another snippet I originally posted to CodeKeep.) public enum EFileType { Unknown = –1, Test, Production } ... var fileType = EFileType.Production; var str = Enum.GetName(typeof(EFileType),fileType); // str == 'Production']]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2011/05/29/convert-enum-to-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Enum to String / String to Enum</title>
		<link>http://digitalMoto.net/blog/2009/10/15/convert-enum-to-string-string-to-enum/</link>
		<comments>http://digitalMoto.net/blog/2009/10/15/convert-enum-to-string-string-to-enum/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:48:03 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Converters]]></category>
		<category><![CDATA[Enums]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=919</guid>
		<description><![CDATA[I found this today. I need to convert an enumeration into a string list to populate a combobox. I had been looking at converters to do the heavy lifting, but realized that I should do the work in the ViewModel. That simplifies the XAML a bit. While I was typing out code to read the [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/10/15/convert-enum-to-string-string-to-enum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

