C# (Sharp) Programming Language Question:

How do you convert a value-type to a reference-type?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Use Boxing.


Previous QuestionNext Question
When should you call the garbage collector in .NET?Difference between directcast and ctype.