G Guest Sep 19, 2005 #1 class System.string and String are both listed in C# beta? could this is be a bug?
S Steve C. Orr [MVP, MCSD] Sep 19, 2005 #2 String mystring; and string mystring; ....are both legal syntax in C# and always have been. These two lines perform identically.
String mystring; and string mystring; ....are both legal syntax in C# and always have been. These two lines perform identically.