<?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: Java: Format Integer Into Fixed Width String</title>
	<atom:link href="http://www.snippetit.com/2010/01/java-format-integer-into-fixed-width-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snippetit.com/2010/01/java-format-integer-into-fixed-width-string/</link>
	<description>IT News, Programming, Internet and Blogging</description>
	<lastBuildDate>Thu, 13 May 2010 02:36:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: szehau</title>
		<link>http://www.snippetit.com/2010/01/java-format-integer-into-fixed-width-string/comment-page-1/#comment-665</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Thu, 13 May 2010 02:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.snippetit.com/?p=374#comment-665</guid>
		<description>Hi, you can test the Java String.format againts my function, you will see my code is faster. Second my code is more flexible. I can format an integer value (e.g. 1234567) into the format I want (e.g. 12-34-567).</description>
		<content:encoded><![CDATA[<p>Hi, you can test the Java String.format againts my function, you will see my code is faster. Second my code is more flexible. I can format an integer value (e.g. 1234567) into the format I want (e.g. 12-34-567).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bowmessage</title>
		<link>http://www.snippetit.com/2010/01/java-format-integer-into-fixed-width-string/comment-page-1/#comment-664</link>
		<dc:creator>Bowmessage</dc:creator>
		<pubDate>Thu, 13 May 2010 00:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.snippetit.com/?p=374#comment-664</guid>
		<description>Using Format is a good solution for some leading 0s! Just format with the String &quot;%05d&quot;, 5 being the fixed-width of the String representation.</description>
		<content:encoded><![CDATA[<p>Using Format is a good solution for some leading 0s! Just format with the String &#8220;%05d&#8221;, 5 being the fixed-width of the String representation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
