<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cs.vbcity.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Delimit Strings with the Visual Basic Join Function</title><link>http://cs.vbcity.com/blogs/mike-mcintyre/archive/2008/12/24/delimit-strings-with-the-visual-basic-join-function.aspx</link><description>VIsual Basic contains some useful functions not available in the .NET class library. This post is about one of those functions, the Join(string array,string delimiter) function. The Join function concatenates an array of strings into a delimited string</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: Delimit Strings with the Visual Basic Join Function</title><link>http://cs.vbcity.com/blogs/mike-mcintyre/archive/2008/12/24/delimit-strings-with-the-visual-basic-join-function.aspx#61</link><pubDate>Wed, 31 Dec 2008 23:46:17 GMT</pubDate><guid isPermaLink="false">921a0936-6df9-4a08-8006-68f3b1747f32:61</guid><dc:creator>Mike McIntyre</dc:creator><description>&lt;p&gt;Yes you can Rick. &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=61" width="1" height="1"&gt;</description></item><item><title>re: Delimit Strings with the Visual Basic Join Function</title><link>http://cs.vbcity.com/blogs/mike-mcintyre/archive/2008/12/24/delimit-strings-with-the-visual-basic-join-function.aspx#57</link><pubDate>Mon, 29 Dec 2008 18:17:43 GMT</pubDate><guid isPermaLink="false">921a0936-6df9-4a08-8006-68f3b1747f32:57</guid><dc:creator>Rick Ratayczak</dc:creator><description>&lt;p&gt;You can do the same with String.Join(strings(), &amp;quot;:&amp;quot;)&lt;/p&gt;
&lt;p&gt;Opposite of:&lt;/p&gt;
&lt;p&gt;strings() = str.Split(&amp;quot;:&amp;quot;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://cs.vbcity.com/aggbug.aspx?PostID=57" width="1" height="1"&gt;</description></item></channel></rss>