G
Guest
What is the difference between String and string in C#?
What can u do with string that you cant do with String, vice versa?
What can u do with string that you cant do with String, vice versa?
Bruce said:What is the difference between String and string in C#?
Bruce One said:What is the difference between String and string in C#?
What can u do with string that you cant do with String, vice versa?
Bruce One said:Why should not create using string (lowercase) ? If it has the same result
as System.String and its pretty quicker, why not?