<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Int32.Parse Versus Convert.ToInt32 in SharePoint</title>
	<atom:link href="http://anylookup.com/int32parse-versus-converttoint32-in-sharepoint/feed" rel="self" type="application/rss+xml" />
	<link>http://anylookup.com/int32parse-versus-converttoint32-in-sharepoint</link>
	<description>Look Up Your IP Address, WHOIS Info, Horoscope, Fortune, Elven Name and More!</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:09:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Technology Information</title>
		<link>http://anylookup.com/int32parse-versus-converttoint32-in-sharepoint/comment-page-1#comment-427</link>
		<dc:creator>Technology Information</dc:creator>
		<pubDate>Tue, 27 Apr 2010 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://anylookup.com/?p=29#comment-427</guid>
		<description>I have been wondering. In which scenario, I should be using (int), Int32.Parse and Convert.ToInt32
Or are they the same I do notice in certain condition that i cannot cast directly using (int) and I have to use Convert.ToInt32. &lt;a href=&quot;http://www.best-informationtechnology.info&quot; rel=&quot;nofollow&quot;&gt;IT management&lt;/a&gt; I am not that sure why i do that. I just need some confirmations from you all.</description>
		<content:encoded><![CDATA[<p>I have been wondering. In which scenario, I should be using (int), Int32.Parse and Convert.ToInt32<br />
Or are they the same I do notice in certain condition that i cannot cast directly using (int) and I have to use Convert.ToInt32. <a href="http://www.best-informationtechnology.info" rel="nofollow">IT management</a> I am not that sure why i do that. I just need some confirmations from you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://anylookup.com/int32parse-versus-converttoint32-in-sharepoint/comment-page-1#comment-332</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://anylookup.com/?p=29#comment-332</guid>
		<description>&gt; it mysteriously prevents execution of everything that follows this line 

You were probably passing null to .Parse(), which then throws an exception. Convert.ToInt32() will allow null and just return zero instead.</description>
		<content:encoded><![CDATA[<p>&gt; it mysteriously prevents execution of everything that follows this line </p>
<p>You were probably passing null to .Parse(), which then throws an exception. Convert.ToInt32() will allow null and just return zero instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
