string is a shortcut for System.String
. The only difference is that you don´t need to reference to System.String
namespace. So would be better using string than String.
↧
Answer by user8207463 for What is the difference between String and string in C#?
↧