You don't need import namespace (using System
;) to use string
because it is a global alias of System.String
.
To know more about aliases you can check this link.
You don't need import namespace (using System
;) to use string
because it is a global alias of System.String
.
To know more about aliases you can check this link.