<?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>my C# notes &#187; H- Narrowing and widening</title>
	<atom:link href="http://www.strategyawards2008.com/category/02-c-intro/h-narrowing-and-widening/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strategyawards2008.com</link>
	<description>my C# notes</description>
	<lastBuildDate>Sun, 08 Mar 2009 08:01:21 +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>Narrowing and widening</title>
		<link>http://www.strategyawards2008.com/2009/03/narrowing-and-widening/</link>
		<comments>http://www.strategyawards2008.com/2009/03/narrowing-and-widening/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[H- Narrowing and widening]]></category>

		<guid isPermaLink="false">http://www.strategyawards2008.com/?p=93</guid>
		<description><![CDATA[Narrowing and widening If you know what casting is, this will be easy for you A byte is a small integer that has a maximum value of 255, if you want to save 315 in that byte variable, you will need to widen it to an integer for example.]]></description>
			<content:encoded><![CDATA[<p>Narrowing and widening</p>
<p>If you know what casting is, this will be easy for you</p>
<p>A byte is a small integer that has a maximum value of 255, if you want to save 315 in that byte variable, you will need to widen it to an integer for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strategyawards2008.com/2009/03/narrowing-and-widening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
