<?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: C# Read Text File into String</title>
	<atom:link href="http://www.csharp411.com/c-read-text-file-into-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/c-read-text-file-into-string/</link>
	<description>C# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pam</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-721</link>
		<dc:creator>Pam</dc:creator>
		<pubDate>Fri, 12 Nov 2010 07:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-721</guid>
		<description>Good, what about case when I need to use the text line by line. Should I split it after that? or do I need to read it into array</description>
		<content:encoded><![CDATA[<p>Good, what about case when I need to use the text line by line. Should I split it after that? or do I need to read it into array</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Powers</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-720</link>
		<dc:creator>Mike Powers</dc:creator>
		<pubDate>Wed, 26 May 2010 04:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-720</guid>
		<description>thanks--that helps me a lot!</description>
		<content:encoded><![CDATA[<p>thanks&#8211;that helps me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-719</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 14 May 2010 13:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-719</guid>
		<description>How to read a RTF File from embedded resource into a C# string?</description>
		<content:encoded><![CDATA[<p>How to read a RTF File from embedded resource into a C# string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-718</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-718</guid>
		<description>How do u read a file like blablabla.txt and say if on it theres like 1001 u download a file</description>
		<content:encoded><![CDATA[<p>How do u read a file like blablabla.txt and say if on it theres like 1001 u download a file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rima7</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-717</link>
		<dc:creator>rima7</dc:creator>
		<pubDate>Sun, 12 Oct 2008 22:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-717</guid>
		<description>thanx</description>
		<content:encoded><![CDATA[<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann Trevin</title>
		<link>http://www.csharp411.com/c-read-text-file-into-string/#comment-716</link>
		<dc:creator>Yann Trevin</dc:creator>
		<pubDate>Thu, 03 Jul 2008 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/c-read-text-file-into-string/#comment-716</guid>
		<description>It is interesting to notice that the File.ReadAllText and File.ReadAllLines methods were added in the version 2.0 of the .NET framework; mainly because in the previous versions, the necessary usage of a Stream object made reading text files difficult and unintuitive for most of the developers.</description>
		<content:encoded><![CDATA[<p>It is interesting to notice that the File.ReadAllText and File.ReadAllLines methods were added in the version 2.0 of the .NET framework; mainly because in the previous versions, the necessary usage of a Stream object made reading text files difficult and unintuitive for most of the developers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

