I have a (.Net) class member variable of a data structure (consisting of integer, strings, unsigned integers etc).How do I decode this variable so I can work with individual data contained in that structure? Are the custom data structure type portable thru the class? If yes, how can they be used?
Mohammed M Rahman ratin