C# (Sharp) Programming Language Question:
How do you convert a value-type to a reference-type?

Answer:
Use Boxing.
Previous Question | Next Question |
When should you call the garbage collector in .NET? | Difference between directcast and ctype. |