<?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>LocalDev &#187; Char</title>
	<atom:link href="http://localdev.de/tags/char/feed/" rel="self" type="application/rss+xml" />
	<link>http://localdev.de</link>
	<description>Web, Desktop &#38; Mobile Development</description>
	<lastBuildDate>Mon, 16 Aug 2010 21:45:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>.NET: Hex to Char / Char to Hex</title>
		<link>http://localdev.de/2009/11/net-hex-to-char-char-to-hex/</link>
		<comments>http://localdev.de/2009/11/net-hex-to-char-char-to-hex/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:32:54 +0000</pubDate>
		<dc:creator>Fabian Martin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Char]]></category>
		<category><![CDATA[HEX]]></category>

		<guid isPermaLink="false">http://localdev.de/?p=275</guid>
		<description><![CDATA[// Hex to Char -&#62; Ergebnis: A char c = (char)Convert.ToInt32(&#34;0x41&#34;, 16); // Char to Hex -&#62; Ergebnis: 0x41 string hex = &#34;0x&#34; + Convert.ToInt32('A').ToString(&#34;X&#34;);]]></description>
			<content:encoded><![CDATA[<pre class="brush: csharp;">
            // Hex to Char -&gt; Ergebnis: A
            char c = (char)Convert.ToInt32(&quot;0x41&quot;, 16);

            // Char to Hex -&gt; Ergebnis: 0x41
            string hex = &quot;0x&quot; + Convert.ToInt32('A').ToString(&quot;X&quot;);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://localdev.de/2009/11/net-hex-to-char-char-to-hex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 2/12 queries in 0.002 seconds using memcached

Served from: localdev.de @ 2010-09-10 18:54:35 -->