Type casting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunilgotla
    New Member
    • Feb 2007
    • 2

    Type casting

    How can I implement type casting in VB.NET, any examples related to that.
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    There are two main ways to approach this: DirectCast and CType. This thread goes into a good amount of detail.

    Originally posted by sunilgotla
    How can I implement type casting in VB.NET, any examples related to that.

    Comment

    Working...