Difference Between String and string In C#

preview_player
Показать описание
Difference between string and String (String Vs string) in c#.

It is a commonly asked question in all C# programming interviews. In this video, we will discuss on String vs string in depth.

Points of interest
- String is a class in .Net library while the string is an alias or keyword for 'System.String' Class.
- You can't use String Class without importing System namespace, but string keyword can be used.
- After Compilation of C# program string keywords is converted to System.String

💖 Buy me a Coffee

🌀 Related Videos

🔗 Find me in

#CSharpTutorial #CodAffection
Рекомендации по теме
Комментарии
Автор

i have a question! what do u think about RM GOODS ? =)

stxnytk
Автор

If a=1, b=2, c=3, z=26. Given a string, find all possible codes that string can generate. Give a count as well as print the strings. in csharp I need this explanation bro

prabhakarp