As the others are saying, they're the same. StyleCop rules, by default, will enforce you to use 'string'string as a C# code style best practice, except when referencing System.StringSystem.String static functions, such as String.FormatString.Format, String.JoinString.Join, String.ConcatString.Concat, etc...
Christian Specht
- reputation score 36566
- 16 gold badges
- 132 silver badges
- 190 bronze badges
Lloyd Cotten
- reputation score 4562
- 5 gold badges
- 26 silver badges
- 22 bronze badges
lang-cs