Nov 27, 2021

What is the difference between String and string in C#?

Example (note the case):
string s = "Hello world!"; String s = "Hello world!";

What are the guidelines for the use of each? And what are the differences? 

No comments:

Post a Comment

Be the first to comment on this post.