<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for String.Split</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Tue, 02 Dec 2008 10:12:19 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Using String.Split and FileStream-.Net 1 and 2</title>
	<link>http://www.bytemycode.com/snippets/snippet/345/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/345/comments/</comments>
	<pubDate>Tue, 05 Sep 2006 20:05:57 +0000</pubDate>
	<dc:creator>MovingParts</dc:creator>
	<category>FileStream, StreamReader, String, String.Split, VB</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/345/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Sep. 5th, 2006  8:05 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/345/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/MovingParts/" title="Beginner">MovingParts</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/FileStream">FileStream</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/StreamReader">StreamReader</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/String">String</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/String.Split">String.Split</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VB">VB</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/345/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>One of best and unknown built in string function included in .NET is String.Split(). It has come in quite handy for my in the last 2 years that I thought I'd share. Pretty basic example here...and for my first post, I thought I'd throw in a little File IO (for free of course)! This was written in .NET 2.0 and it will take little to no modification to make it work in 1.0/1.1.</p>
		]]>
	</description>
</item>
	</channel>
</rss>