In C#, string is the shorthand version of System.String (String). They basically mean the same thing.
It's just like bool
and Boolean
, not much difference..
In C#, string is the shorthand version of System.String (String). They basically mean the same thing.
It's just like bool
and Boolean
, not much difference..