Difference between String and String in C#

Asked

Viewed 40 times

2

Following example:

String teste = "teste";
string teste2 = "teste2";

What is the guideline for using each of the forms?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.