| Author: varun 05 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
datatype with capital letter is a Wrapper class and with sall one, it is a actual value type/reference type variable.. the funda of wrapper class is same as in Java..
\x000 is actuall the equivalent of \0 in unicode. its same.
|
| Author: Bunty 21 Nov 2008 | Member Level: Diamond | Rating: Points: 5 |
Hi,
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
Regards S.S.Bajoria
|