string is an alias (or shorthand) of System.String. That means, by typing string we meant System.String. You can read more in think link: 'string' is an alias/shorthand of System.String.
↧
Answer by JeeShen Lee for What is the difference between String and string in C#?
↧