i want to know what default value type object in vb.net...
I can't find type variant in vb.net. Many forum say type variant it change with type object...
What default value type object in vb.net
Page 1 of 11 Replies - 1861 Views - Last Post: 13 August 2009 - 07:22 PM
Replies To: What default value type object in vb.net
#2
Re: What default value type object in vb.net
Posted 13 August 2009 - 07:22 PM
Object is the top of the inheritance tree - everything is an Object and then adds methods and data to that. You can assign anything to an Object type variable and cast it back with MyClassvariable = Typecast(<input object>, MyClassType)
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|