----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Ritesh_Kesharwani Message 4 in Discussion Hi, string is the alias name of System.String. So if U use "Using System" then String is the class name under System namespace. So for "Using System" option String and string(look closely on small "s") is the same because string is the alias name for System.String. Likewise System.Int32 's alias name is int so int and System.Int32 is same int 5 System.Int32 5 is same System.String mystring ="My Solution" string mystring="My Solution" is exactly same. Regard's [Ritesh Kumar Kesharwani] -----Original Message----- From: BDOTNET [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 4:14 PM To: [EMAIL PROTECTED] Subject: Difference between string and String New Message on BDOTNET Difference between string and String Reply Recommend Message 1 in Discussion From: raagz Hi, What's the difference between string and String in .NET string Name = "test"; String Name2 = "test123"; Are both the statements same ? Raagz View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
