You help me this problem
.NET Framework 2.0 provides various
sets of classes, each for a specific purpose. Identify the classes used
to perform the following functions and then discuss those sets of
classes:
Converting the objects into appropriate format before transferring them from one application to another.
Loading
jingePosted Oct 30, 2009, 11:33 PM
I don't know what the "appropriate format" indicates. What on earth do you want to convert the object. If you want to represent the Class with string representation. Then you can override the ToString method of the class. Like the following:
Let me know if it helps.
jinge.