Is string reference type / value type?
Answer Posted / charlie
In this part of the C# docs, a string is explicitly named
as a reference type:
http://msdn.microsoft.com/en-us/library/490f96s2.aspx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is the syntax written to inherit from a class in C#?Give an example ?
How to parse a date time string?
Can I define my own exceptions?
Define an assembly in .net?
What exactly is serverless?
What is datetime parse in c#?
What is difference between string and stringbuilder in c#?
What are the differences between a class and a struct?
What is verbatim literal in c#?
What is concrete method in c#?
What is the difference between namespace and class in c#?
Is c# pass by reference?
Are c# constructors the same as c++ constructors?
What is the difference between IEnumerator and IEnumerable?
Give 2 scenarios where static constructors can be used?