CTypeDynamic
There’s a new function in VB 10 called CTypeDynamic . (note it is a function not a keyword so the Microsoft.VisualBasic namespace needs to be imported) The CTypeDynamic function looks for dynamic information and performs the cast/conversion appropriately. This is different from the CType operator which looks for static information at compile time or relies […]
Click here to read more »