Ciao a tutti,,
Come posso convertire un Object in un ArrayList o HashTable??
Vi ringrazio anticipatamente
Ciao a tutti,,
Come posso convertire un Object in un ArrayList o HashTable??
Vi ringrazio anticipatamente
Casting:
CType(oggetto,conversione)
Esempio
Dim str as String = "1"
Dim num as Int32 = Ctype(str, Int32)
Oppure
DirectCast()
![]()