<?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: 3 Handy VB.NET String Functions You Can Use</title>
	<atom:link href="http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Wed, 08 Feb 2012 01:00:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: softclean</title>
		<link>http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/comment-page-1/#comment-1321</link>
		<dc:creator>softclean</dc:creator>
		<pubDate>Sat, 28 Feb 2009 20:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/#comment-1321</guid>
		<description>A note with the 1st function:

Although the pathString is being passed as value, the value passed to the function is also modified. Eg:

&lt;code&gt;
For Each f As String In openDialog.FileNames
    ' Add the f to a position in aStringList collection
    aStringList.Add(f)
    ' ... and now to our listbox, with a shorten look :)
    lstImages.Items.Add(ShortenPathString(f, lstImages.Width, lstImages.Font))
Next
&lt;/code&gt;

At the final execution, f it's modified in the lstImages Listbox, and also in the aStringList colllection!</description>
		<content:encoded><![CDATA[<p>A note with the 1st function:</p>
<p>Although the pathString is being passed as value, the value passed to the function is also modified. Eg:</p>
<p><code><br />
For Each f As String In openDialog.FileNames<br />
    ' Add the f to a position in aStringList collection<br />
    aStringList.Add(f)<br />
    ' ... and now to our listbox, with a shorten look :)<br />
    lstImages.Items.Add(ShortenPathString(f, lstImages.Width, lstImages.Font))<br />
Next<br />
</code></p>
<p>At the final execution, f it&#8217;s modified in the lstImages Listbox, and also in the aStringList colllection!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/comment-page-1/#comment-1152</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/#comment-1152</guid>
		<description>&gt; Vernam Cipher or XorString()

Why not just simply use 1 of the several VERY powerful, built-in, encryption methods that are already a part of vb.net????

1 line of code.</description>
		<content:encoded><![CDATA[<p>&gt; Vernam Cipher or XorString()</p>
<p>Why not just simply use 1 of the several VERY powerful, built-in, encryption methods that are already a part of vb.net????</p>
<p>1 line of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/comment-page-1/#comment-223</link>
		<dc:creator>jfrankcarr</dc:creator>
		<pubDate>Tue, 11 Sep 2007 02:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/#comment-223</guid>
		<description>Thanks.

I hope you find it helpful.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>I hope you find it helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fanxing7273</title>
		<link>http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/comment-page-1/#comment-221</link>
		<dc:creator>fanxing7273</dc:creator>
		<pubDate>Tue, 11 Sep 2007 01:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/07/19/3-handy-vbnet-string-functions-you-can-use/#comment-221</guid>
		<description>i like your site!</description>
		<content:encoded><![CDATA[<p>i like your site!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

