<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 01:38:44 GMT</pubDate>
<item>
<title>(C#) convert string to list of words - boxubi</title>
<link>http://snipplr.com/view/7093/convert-string-to-list-of-words/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jul 2008 16:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/7093/convert-string-to-list-of-words/</guid>
</item>
<item>
<title>(C#) Convert Byte Array to String - Anthony</title>
<link>http://snipplr.com/view/6751/convert-byte-array-to-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:44:33 GMT</pubDate>
<guid>http://snipplr.com/view/6751/convert-byte-array-to-string/</guid>
</item>
<item>
<title>(C#) Convert String to Byte Array - Anthony</title>
<link>http://snipplr.com/view/6750/convert-string-to-byte-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:35:53 GMT</pubDate>
<guid>http://snipplr.com/view/6750/convert-string-to-byte-array/</guid>
</item>
<item>
<title>(C#) Convert a string to its respective Enum member - paragjagdale</title>
<link>http://snipplr.com/view/5750/convert-a-string-to-its-respective-enum-member/</link>
<description><![CDATA[ <p>This snippet accepts a string which is assumed to be the string version of one of the members and returns an enum object with the respective member selected.*

*Thanks to user: mcbutterbuns for improving upon my version of this snippet</p> ]]></description>
<pubDate>Tue, 08 Apr 2008 11:56:29 GMT</pubDate>
<guid>http://snipplr.com/view/5750/convert-a-string-to-its-respective-enum-member/</guid>
</item>
<item>
<title>(C#) Merging a String Array to a Comma delimited String (foreach) - ecavazos</title>
<link>http://snipplr.com/view/4645/merging-a-string-array-to-a-comma-delimited-string-foreach/</link>
<description><![CDATA[ <p>This can be useful for string preparations.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 15:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/4645/merging-a-string-array-to-a-comma-delimited-string-foreach/</guid>
</item>
<item>
<title>(C#) Regular Expression to Separate the Anchor Part of a URL - rengber</title>
<link>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</link>
<description><![CDATA[ <p>Dots match any charecter, this matches any 7 chars.  You need to change that bit to match a different pattern.</p> ]]></description>
<pubDate>Mon, 18 Sep 2006 20:25:17 GMT</pubDate>
<guid>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</guid>
</item>
<item>
<title>(C#) Iterating through the Alphabet - rengber</title>
<link>http://snipplr.com/view/1013/iterating-through-the-alphabet/</link>
<description><![CDATA[ <p>Oddly, using  Char.GetNumericValue() resulted in numbers that couldn't be cast back to a char using Convert.ToChar().</p> ]]></description>
<pubDate>Mon, 04 Sep 2006 21:19:09 GMT</pubDate>
<guid>http://snipplr.com/view/1013/iterating-through-the-alphabet/</guid>
</item>
</channel>
</rss>