<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a Custom XAML TypeConverter</title>
	<atom:link href="http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/feed/" rel="self" type="application/rss+xml" />
	<link>http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 12:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: JvanLangen</title>
		<link>http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-219</link>
		<dc:creator><![CDATA[JvanLangen]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 12:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://umairsd.wordpress.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-219</guid>
		<description><![CDATA[Hi, nice article, but i think you shouldn&#039;t misuse the try/catch


		public Double InternalParseInput(String inputString)
		{
			Double doubleValue;

			if (Double.TryParse(inputString, out doubleValue))
				return doubleValue;
			else
				return default(Double);
		}]]></description>
		<content:encoded><![CDATA[<p>Hi, nice article, but i think you shouldn&#8217;t misuse the try/catch</p>
<p>		public Double InternalParseInput(String inputString)<br />
		{<br />
			Double doubleValue;</p>
<p>			if (Double.TryParse(inputString, out doubleValue))<br />
				return doubleValue;<br />
			else<br />
				return default(Double);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit</title>
		<link>http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-142</link>
		<dc:creator><![CDATA[Sumit]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 11:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://umairsd.wordpress.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-142</guid>
		<description><![CDATA[Really a nice article. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Really a nice article. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter William Dongan &#8211; A way to specify UI elements as properties declaratively in XAML</title>
		<link>http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-126</link>
		<dc:creator><![CDATA[Peter William Dongan &#8211; A way to specify UI elements as properties declaratively in XAML]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 21:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://umairsd.wordpress.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-126</guid>
		<description><![CDATA[[...] good general introduction to using Typeconverters with XAML is in Umair Saeed&#8217;s blog. My TypeConverter implementation is adapted from the generic example in that [...]]]></description>
		<content:encoded><![CDATA[<p>[...] good general introduction to using Typeconverters with XAML is in Umair Saeed&#8217;s blog. My TypeConverter implementation is adapted from the generic example in that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2010 in review &#124; Umair&#039;s Blog</title>
		<link>http://umairsaeed.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-77</link>
		<dc:creator><![CDATA[2010 in review &#124; Umair&#039;s Blog]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 11:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://umairsd.wordpress.com/2010/02/03/creating-a-custom-xaml-typeconverter/#comment-77</guid>
		<description><![CDATA[[...] The busiest day of the year was August 5th with 69 views. The most popular post that day was Creating a Custom XAML TypeConverter. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The busiest day of the year was August 5th with 69 views. The most popular post that day was Creating a Custom XAML TypeConverter. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

