<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Converting a String to a GUID</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2007/05/26/converting-a-string-to-a-guid.aspx</link><description>To convert a string to a GUID, do the following: In C#: Guid MyGuid = new Guid(stringValue); And in VB .NET: Dim MyGuid As Guid = New Guid(stringValue) Best Regards, Kevin McNeish Microsoft .NET MVP President, Oak Leaf Enterprises, Inc . Chief Architect</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Converting a String to a GUID</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2007/05/26/converting-a-string-to-a-guid.aspx#975596</link><pubDate>Wed, 20 Jun 2007 10:58:43 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:975596</guid><dc:creator>Mark Williams</dc:creator><description>&lt;p&gt;Thanks, man. I&amp;#39;ve been searching everywhere for that!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=975596" width="1" height="1"&gt;</description></item></channel></rss>