Diferença entre string e String em C#
- Diferença entre string e String em C#
What is the Difference Between String and string in C#?
Tecnicamente falando não há nenhuma diferença, string é um alias de System.String

What is the Difference Between String and string in C#?
Tecnicamente falando não há nenhuma diferença, string é um alias de System.String
