Thursday, March 19, 2009

what is difference between String and string(data type) in c#?

There is no difference between string and String. string is a alias created by Microsoft for System.string.


For more details check the following website

http://jalpesh.blogspot.com/2007/10/what-is-diffrence-between-string-and.html

http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/0e0297ad-fc05-42d1-a994-d1baba433ff6/

http://bytes.com/forum/thread530368.html

http://blogs.msdn.com/csharpfaq/archive/2004/03/12/88418.aspx

No comments: