<?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: WPF Sample Series &#8211; Using WPF Binding StringFormat Property with Nullable Types</title>
	<atom:link href="http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/</link>
	<description>The Home of Mole and Karl&#039;s BLOG on WPF &#38; VB.NET.  (Karl speaks VB, learning C#)</description>
	<lastBuildDate>Fri, 18 Dec 2009 18:47:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Shifflett</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1900</link>
		<dc:creator>Karl Shifflett</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1900</guid>
		<description>SL3 does not support StringFormat.  Sorry.

Cheers,

Karl</description>
		<content:encoded><![CDATA[<p>SL3 does not support StringFormat.  Sorry.</p>
<p>Cheers,</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gudavalli</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1898</link>
		<dc:creator>gudavalli</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1898</guid>
		<description>Yes, it is 3.5
It is a Silverlight 3 project
Thanks
Sreeni</description>
		<content:encoded><![CDATA[<p>Yes, it is 3.5<br />
It is a Silverlight 3 project<br />
Thanks<br />
Sreeni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Shifflett</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1897</link>
		<dc:creator>Karl Shifflett</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1897</guid>
		<description>What version of the .NET Framework does the project target?

Double click on project propertites to see the Target Framework Version.

Is it 3.5?

Cheers,

Karl</description>
		<content:encoded><![CDATA[<p>What version of the .NET Framework does the project target?</p>
<p>Double click on project propertites to see the Target Framework Version.</p>
<p>Is it 3.5?</p>
<p>Cheers,</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gudavalli</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1896</link>
		<dc:creator>gudavalli</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1896</guid>
		<description>Here is the excerpt from the xaml 
TextBlock Text=&quot;{Binding Path=Date, StringFormat=D}</description>
		<content:encoded><![CDATA[<p>Here is the excerpt from the xaml<br />
TextBlock Text=&#8221;{Binding Path=Date, StringFormat=D}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gudavalli</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1895</link>
		<dc:creator>gudavalli</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1895</guid>
		<description>Sorry for the repeat reposts.  I hope this one will show my xaml markup.
Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.

I am receiving the following build error:
The property &#039;StringFormat&#039; does not exist on the type &#039;Binding&#039; in the XML namespace &#039;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#039;.

I have the following in my xaml:
&lt;!----&gt;

I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)

I would appreciate help in resolving this. 
 
Thanks</description>
		<content:encoded><![CDATA[<p>Sorry for the repeat reposts.  I hope this one will show my xaml markup.<br />
Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.</p>
<p>I am receiving the following build error:<br />
The property &#8216;StringFormat&#8217; does not exist on the type &#8216;Binding&#8217; in the XML namespace &#8216;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#8217;.</p>
<p>I have the following in my xaml:<br />
&lt;!&#8212;-&gt;</p>
<p>I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)</p>
<p>I would appreciate help in resolving this. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gudavalli</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1894</link>
		<dc:creator>gudavalli</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1894</guid>
		<description>Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.

I am receiving the following build error:
The property &#039;StringFormat&#039; does not exist on the type &#039;Binding&#039; in the XML namespace &#039;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#039;.

I have the following in my xaml:
&quot;&quot;

I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)

I would appreciate help in resolving this. 
 
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.</p>
<p>I am receiving the following build error:<br />
The property &#8216;StringFormat&#8217; does not exist on the type &#8216;Binding&#8217; in the XML namespace &#8216;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#8217;.</p>
<p>I have the following in my xaml:<br />
&#8220;&#8221;</p>
<p>I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)</p>
<p>I would appreciate help in resolving this. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gudavalli</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1893</link>
		<dc:creator>gudavalli</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1893</guid>
		<description>Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.

I am receiving the following build error:
The property &#039;StringFormat&#039; does not exist on the type &#039;Binding&#039; in the XML namespace &#039;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#039;.

I have the following in my xaml:


I thought this could be because I have the wrong version of .net but then I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)

I would appreciate help in resolving this. 
 
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the informative article.  I am trying to replace my current use of ValueConverters for string formatting with this nifty feature.</p>
<p>I am receiving the following build error:<br />
The property &#8216;StringFormat&#8217; does not exist on the type &#8216;Binding&#8217; in the XML namespace &#8216;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#8217;.</p>
<p>I have the following in my xaml:</p>
<p>I thought this could be because I have the wrong version of .net but then I have 3.5 SP1 and Visual Studio 2008 SP1 installed (I also installed the VS2010 Beta 2 if it is relevant)</p>
<p>I would appreciate help in resolving this. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Shifflett</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1757</link>
		<dc:creator>Karl Shifflett</dc:creator>
		<pubDate>Tue, 06 Oct 2009 14:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1757</guid>
		<description>The problem with straying off the well known path is glitches always popup.  But, now I understand your delima.

You &quot;could&quot; not use stringformat and instead, use a converter to perform some custom formatting.

Hope this helps,

Cheers,

Karl</description>
		<content:encoded><![CDATA[<p>The problem with straying off the well known path is glitches always popup.  But, now I understand your delima.</p>
<p>You &#8220;could&#8221; not use stringformat and instead, use a converter to perform some custom formatting.</p>
<p>Hope this helps,</p>
<p>Cheers,</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayhejr</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1750</link>
		<dc:creator>mayhejr</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1750</guid>
		<description>Hi Karl, I may say that I started on WPF after reading your articles here. I am your brazilian fan! I&#039;m sure you know much more tricks to make things work better. There&#039;s a lot of work to do in order to improve WPF controls, but&#039;s it&#039;s a good start.

About my issue, indeed I was changing the culture after the application was started. 

The bottom line is that some users mess with current culture. This happens anytime you have people from different countries, and they want to use your application. Now you can imagine why I had to force culture. In Brazil and Colombia the decimal point is comma, in Mexico is like US, they use a &quot;dot&quot;.

When displaying these formatted numbers, I saw differences: some notebooks has a Thread CurrentCulture as en-US, others es-CO, es-MX, and so on. 

My goal was to unify the way people enters a decimal number in WPF app source code to use always a dot as decimal point.

I&#039;m aware how to use resources files and globalization in Win32 app, now it&#039;s time to start using it on WPF, I saw on http://www.codeproject.com/KB/WPF/InternationalizedWizard.aspx that it&#039;s posible, and a little different, but&#039;s it&#039;s fine.

Tell me what do you think about this: if we can&#039;t change people&#039;s culture configuration, is it ok to force it to a specific format? or... should we use a numeric format preseted in a resource file?

thank you again for helping, much appreciated!!

Junior</description>
		<content:encoded><![CDATA[<p>Hi Karl, I may say that I started on WPF after reading your articles here. I am your brazilian fan! I&#8217;m sure you know much more tricks to make things work better. There&#8217;s a lot of work to do in order to improve WPF controls, but&#8217;s it&#8217;s a good start.</p>
<p>About my issue, indeed I was changing the culture after the application was started. </p>
<p>The bottom line is that some users mess with current culture. This happens anytime you have people from different countries, and they want to use your application. Now you can imagine why I had to force culture. In Brazil and Colombia the decimal point is comma, in Mexico is like US, they use a &#8220;dot&#8221;.</p>
<p>When displaying these formatted numbers, I saw differences: some notebooks has a Thread CurrentCulture as en-US, others es-CO, es-MX, and so on. </p>
<p>My goal was to unify the way people enters a decimal number in WPF app source code to use always a dot as decimal point.</p>
<p>I&#8217;m aware how to use resources files and globalization in Win32 app, now it&#8217;s time to start using it on WPF, I saw on <a href="http://www.codeproject.com/KB/WPF/InternationalizedWizard.aspx" rel="nofollow">http://www.codeproject.com/KB/WPF/InternationalizedWizard.aspx</a> that it&#8217;s posible, and a little different, but&#8217;s it&#8217;s fine.</p>
<p>Tell me what do you think about this: if we can&#8217;t change people&#8217;s culture configuration, is it ok to force it to a specific format? or&#8230; should we use a numeric format preseted in a resource file?</p>
<p>thank you again for helping, much appreciated!!</p>
<p>Junior</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Shifflett</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1743</link>
		<dc:creator>Karl Shifflett</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1743</guid>
		<description>StringFormat should pick up your threads CultureInfo automatically the same way the applicaiton does.

Are you switching cultures after the applicaiton starts or are you forcing a culture on appliation startup?

If so, read the article Josh Smith and I wrote on Code Project.  The International Wizard article.  We show how to propertly set the culture on application startup.  There is a special line of code you have to add to get the WPF data binding system to work with the new culture.

Cheers,

Karl</description>
		<content:encoded><![CDATA[<p>StringFormat should pick up your threads CultureInfo automatically the same way the applicaiton does.</p>
<p>Are you switching cultures after the applicaiton starts or are you forcing a culture on appliation startup?</p>
<p>If so, read the article Josh Smith and I wrote on Code Project.  The International Wizard article.  We show how to propertly set the culture on application startup.  There is a special line of code you have to add to get the WPF data binding system to work with the new culture.</p>
<p>Cheers,</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayhejr</title>
		<link>http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1740</link>
		<dc:creator>mayhejr</dc:creator>
		<pubDate>Wed, 30 Sep 2009 19:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://karlshifflett.wordpress.com/2008/12/16/using-wpf-binding-stringformat-property-with-nullable-types/#comment-1740</guid>
		<description>Hi Karl, that&#039;s really good. Is it possible to change CultureInfo for this Binding..StringFormat syntax?</description>
		<content:encoded><![CDATA[<p>Hi Karl, that&#8217;s really good. Is it possible to change CultureInfo for this Binding..StringFormat syntax?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
