String vs string in c#
How do you create a string variable in c# ?
String ? string ?
Confused with the above text . Well its just that we use either the keyword string or we use String .
Is both String and string same in C# ?
string is just an alias name for the class System.String Read More →
