<?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: The fastest SIN validator</title>
	<atom:link href="http://www.thevincefiles.net/2008/12/05/the-fastest-sin-validator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thevincefiles.net/2008/12/05/the-fastest-sin-validator</link>
	<description>My rants, ramblings, and reflections</description>
	<lastBuildDate>Mon, 29 Mar 2010 18:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: neil</title>
		<link>http://www.thevincefiles.net/2008/12/05/the-fastest-sin-validator/comment-page-1#comment-132</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Wed, 21 Jan 2009 07:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thevincefiles.net/?p=85#comment-132</guid>
		<description>Hi Vince, 

You are missing a null check if your first if statement. 

If should probably be the following:

if (string.IsNullOrEmpty &#124;&#124; sin.Length != 9) return false;</description>
		<content:encoded><![CDATA[<p>Hi Vince, </p>
<p>You are missing a null check if your first if statement. </p>
<p>If should probably be the following:</p>
<p>if (string.IsNullOrEmpty || sin.Length != 9) return false;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
