• support@answerspoint.com

What's the difference between String and string?

1470

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

Example:

string s = "Hello, World";

String S = "Hello, World";

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

0Answer


Your Answer

    Facebook Share        
       
  • asked 8 years ago
  • viewed 1470 times
  • active 8 years ago

Best Rated Questions