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
Can you instantiate a struct without using a new operator in c#?
Is nullable type c#?
What is the difference between Java and .NET garbage collectors?
write a c# program add two matrix with input number ?
What is datetime parse in c#?
What is the difference between list and array in c#?
How do you implement thread synchronization in c#?
Do while loops yes or no c#?
What is c sharp used for?
What is the difference between firstordefault and first?
what is IFormatable
What is string concatenation?
What kind of the information stored inside the assembly?
What are the three types of predicates?
How to create multi-dimensional array?