S
Sam
Hi,
Is it possible to do:
dim SomeVar as Integer
Dim theType As Type = SomeVar.GetType
dim Test as Object
Test = SomeVar
dim myVar = DirectCast(Test, theType) -> compilation error, what is the
work around ?
Thx
Is it possible to do:
dim SomeVar as Integer
Dim theType As Type = SomeVar.GetType
dim Test as Object
Test = SomeVar
dim myVar = DirectCast(Test, theType) -> compilation error, what is the
work around ?
Thx