How can I implement type casting in VB.NET, any examples related to that.
Type casting
Collapse
X
-
Tags: None
-
There are two main ways to approach this: DirectCast and CType. This thread goes into a good amount of detail.
Originally posted by sunilgotlaHow can I implement type casting in VB.NET, any examples related to that.
Comment