<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx</link><description>C# defines a number of aliases for CLR types. They may be used interchangably, and even mixed together, e.g. 
 string x = new System.String(' ', 5); . 
 These are the aliases defined: 
 
 
 
 Alias 
 CLR type 
 
 string 
 System.String 
 </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#10288421</link><pubDate>Wed, 28 Mar 2012 11:48:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10288421</guid><dc:creator>Arfa </dc:creator><description>&lt;p&gt;@williams Alkali: the same difference as the difference between a spoon and a matchbox :P&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10288421" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#10228419</link><pubDate>Fri, 21 Oct 2011 01:12:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10228419</guid><dc:creator>Jeeshenlee</dc:creator><description>&lt;p&gt;string is like an alias/shorthand for System.String. Similarly, int is an alias/shosthand for System.Int16.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.jeeshenlee.com/2011/10/difference-between-string-and.html"&gt;www.jeeshenlee.com/.../difference-between-string-and.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10228419" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#10221083</link><pubDate>Thu, 06 Oct 2011 11:21:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10221083</guid><dc:creator>williams Alkali</dc:creator><description>&lt;p&gt;what is the differences between a string and a language?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10221083" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#10134088</link><pubDate>Fri, 25 Feb 2011 14:48:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10134088</guid><dc:creator>cn73</dc:creator><description>&lt;p&gt;DateTIme is a Struct!! (value type)... String is a Sealed Class, so you can use as a Object ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10134088" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#9974223</link><pubDate>Sat, 06 Mar 2010 23:52:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9974223</guid><dc:creator>elife</dc:creator><description>&lt;p&gt;Here is a post which explains the difference between a bool and a boolean&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://dotnetrobert.com/?q=node/22"&gt;http://dotnetrobert.com/?q=node/22&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope you find it useful.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9974223" width="1" height="1"&gt;</description></item><item><title>
	Afinal, qual a diferen&amp;#231;a de string e String? - Rafael Silva
</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#8903438</link><pubDate>Thu, 28 Aug 2008 17:27:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8903438</guid><dc:creator>
	Afinal, qual a diferen&amp;#231;a de string e String? - Rafael Silva
</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://sharpcode.com.br/blogs/rafaelsilva/archive/2008/08/28/afinal-qual-a-diferen-231-a-de-string-e-string.aspx"&gt;http://sharpcode.com.br/blogs/rafaelsilva/archive/2008/08/28/afinal-qual-a-diferen-231-a-de-string-e-string.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8903438" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#197070</link><pubDate>Mon, 26 Jul 2004 14:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197070</guid><dc:creator>Max</dc:creator><description>String s;&lt;br&gt;DateTime dt;&lt;br&gt;&lt;br&gt;if (dt == null) // error, because DateTime is value type&lt;br&gt;if (s == null)  // ok (because reference type?)&lt;br&gt;Response.Write(dt); // writes &amp;quot;01.01.0001 00:00:00&amp;quot;&lt;br&gt;Response.Write(s); // writes &amp;quot;&amp;quot;, although s=null, why?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=197070" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#127617</link><pubDate>Fri, 07 May 2004 02:08:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:127617</guid><dc:creator>hai</dc:creator><description>bool System.Boolean &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=127617" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#88625</link><pubDate>Fri, 12 Mar 2004 16:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:88625</guid><dc:creator>Boris Letocha</dc:creator><description>I think that void is also System.Void, but it is not interchable in C#, isn't it?&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=88625" width="1" height="1"&gt;</description></item><item><title>re: What's the difference between &lt;code&gt;string&lt;/code&gt; and &lt;code&gt;System.String&lt;/code&gt;?</title><link>http://blogs.msdn.com/b/csharpfaq/archive/2004/03/12/what-s-the-difference-between-code-string-code-and-code-system-string-code.aspx#88520</link><pubDate>Fri, 12 Mar 2004 13:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:88520</guid><dc:creator>Adam Weigert</dc:creator><description>Are these aliases just like aliasing a type in the using statement?&lt;br&gt;&lt;br&gt;So in effect, I could create my own aliases that match VB.NET data types?&lt;br&gt;&lt;br&gt;using Byte = System.Byte&lt;br&gt;using Short = System.Int16;&lt;br&gt;using Integer = System.Int32;&lt;br&gt;using Long = System.Int64;&lt;br&gt;&lt;br&gt;Not saying that I would want to, but hey you could, right? :p&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=88520" width="1" height="1"&gt;</description></item></channel></rss>