<?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: Calculating the size of the File in C#</title>
	<atom:link href="http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 01:06:12 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank-Ove</title>
		<link>http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/comment-page-1/#comment-951</link>
		<dc:creator>Frank-Ove</dc:creator>
		<pubDate>Fri, 22 May 2009 11:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/#comment-951</guid>
		<description>Hi,

Just want to comment that you also can achieve the same using the built-in methods in the Microsoft.SharePoint.Utilities namespace, namely the SPUtility class:

string fileSize = SPUtility.FormatSize(fileSize);

Frank :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just want to comment that you also can achieve the same using the built-in methods in the Microsoft.SharePoint.Utilities namespace, namely the SPUtility class:</p>
<p>string fileSize = SPUtility.FormatSize(fileSize);</p>
<p>Frank <img src='http://www.techbubbles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Bandarupalli</title>
		<link>http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/comment-page-1/#comment-304</link>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
		<pubDate>Tue, 14 Oct 2008 17:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/#comment-304</guid>
		<description>Thanks for the notice. i will update the method as generic 
one with a parameter where user can supply the separator.</description>
		<content:encoded><![CDATA[<p>Thanks for the notice. i will update the method as generic<br />
one with a parameter where user can supply the separator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Kristensen</title>
		<link>http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/comment-page-1/#comment-303</link>
		<dc:creator>Mads Kristensen</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/#comment-303</guid>
		<description>Great code. Have you considered to let the user of this method define his own formatting? Your code only works in England and USA where you use a dot (.) as a separator. Most other countries use a comma (,).</description>
		<content:encoded><![CDATA[<p>Great code. Have you considered to let the user of this method define his own formatting? Your code only works in England and USA where you use a dot (.) as a separator. Most other countries use a comma (,).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/comment-page-1/#comment-300</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Tue, 14 Oct 2008 09:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/tips-solutions/calculating-the-size-of-the-file-in-c/#comment-300</guid>
		<description>&lt;strong&gt;Calculating the size of the File in C# ...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>Calculating the size of the File in C# &#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
