Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: Difference between String and string? Pin
Blumen10-May-07 1:49
Blumen10-May-07 1:49 
AnswerRe: Difference between String and string? Pin
Arun.Immanuel9-May-07 0:45
Arun.Immanuel9-May-07 0:45 
AnswerRe: Difference between String and string? Pin
Vikram A Punathambekar9-May-07 0:51
Vikram A Punathambekar9-May-07 0:51 
GeneralRe: Difference between String and string? Pin
Blumen9-May-07 0:55
Blumen9-May-07 0:55 
GeneralRe: Difference between String and string? Pin
Colin Angus Mackay9-May-07 2:48
Colin Angus Mackay9-May-07 2:48 
AnswerRe: Difference between String and string? Pin
Elina Blank9-May-07 2:12
sitebuilderElina Blank9-May-07 2:12 
AnswerRe: Difference between String and string? Pin
xibeifeijian9-May-07 3:18
xibeifeijian9-May-07 3:18 
AnswerRe: Difference between String and string? Pin
Guffa9-May-07 3:27
Guffa9-May-07 3:27 
The keyword string is an alias for System.String.

I only know of two differences between using an alias keyword and the specific class name:

:: You have to have using System; to use String, otherwise you have to specify the full name System.String.

:: For some special uses of data types only the keyword works. You can for example specify that an enum should use int as internal storage type, but you can't specify System.Int32 instead.

---
single minded; short sighted; long gone;

GeneralRe: Difference between String and string? Pin
Blumen10-May-07 1:43
Blumen10-May-07 1:43 
GeneralRe: Difference between String and string? Pin
Leyu10-May-07 2:30
Leyu10-May-07 2:30 
QuestionHow to open a file? Pin
Luka Grabarevic9-May-07 0:21
Luka Grabarevic9-May-07 0:21 
AnswerRe: How to open a file? Pin
Christian Graus9-May-07 0:35
protectorChristian Graus9-May-07 0:35 
Questiondatagridview currentcell Pin
arkiboys9-May-07 0:16
arkiboys9-May-07 0:16 
Questionstartbutton and richtextbox in c# Pin
lavy28838-May-07 23:42
lavy28838-May-07 23:42 
AnswerRe: startbutton and richtextbox in c# Pin
Luka Grabarevic9-May-07 0:38
Luka Grabarevic9-May-07 0:38 
GeneralRe: startbutton and richtextbox in c# Pin
lavy28839-May-07 1:53
lavy28839-May-07 1:53 
QuestionXML Serialize Hashtable.. Pin
nasambur8-May-07 23:18
nasambur8-May-07 23:18 
AnswerRe: XML Serialize Hashtable.. Pin
Luka Grabarevic9-May-07 0:26
Luka Grabarevic9-May-07 0:26 
AnswerRe: XML Serialize Hashtable.. Pin
Blumen9-May-07 0:51
Blumen9-May-07 0:51 
AnswerRe: XML Serialize Hashtable.. Pin
Piyush Wattamwar9-May-07 0:59
Piyush Wattamwar9-May-07 0:59 
QuestionSelecting a combo box item by pressing tab Pin
Johan Lombaard8-May-07 23:11
Johan Lombaard8-May-07 23:11 
AnswerRe: Selecting a combo box item by pressing tab Pin
Blumen9-May-07 0:55
Blumen9-May-07 0:55 
QuestionWrite data -> Serial port Pin
-=gix=-8-May-07 22:18
-=gix=-8-May-07 22:18 
AnswerRe: Write data -> Serial port Pin
Muammar©8-May-07 22:35
Muammar©8-May-07 22:35 
AnswerRe: Write data -> Serial port Pin
stancrm8-May-07 23:06
stancrm8-May-07 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.