forum

home / developersection / forums / what's the difference between string and string?

What's the difference between String and string?

Anonymous User 1866 29-May-2013
Hi MindStickians,

In C#, what is the difference between String and string? (note the case)

Example:

string s = "Hello, World";
String S = "Hello, World";

Also, what are the guidelines for the use of each?
Your help is a great appreciated. 

c# c# 
Updated on 29-May-2013

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By