<?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: Formatting Strings in C# with String.Format</title>
	<atom:link href="http://www.dijksterhuis.org/formatting-strings-stringformat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/formatting-strings-stringformat/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Henk</title>
		<link>http://www.dijksterhuis.org/formatting-strings-stringformat/comment-page-1/#comment-1049</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=541#comment-1049</guid>
		<description>Hi,

What happened to the word &quot;lives&quot; in the first example?

sprintf(buffer,&quot;Customer %d lives is %d years old and owns us %2.2f dollars&quot;, 1024, 96, 125.6f);
Customer 1024 is 96 years old and owns us 125.50</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What happened to the word &#8220;lives&#8221; in the first example?</p>
<p>sprintf(buffer,&#8221;Customer %d lives is %d years old and owns us %2.2f dollars&#8221;, 1024, 96, 125.6f);<br />
Customer 1024 is 96 years old and owns us 125.50</p>
]]></content:encoded>
	</item>
</channel>
</rss>
