CInt / CStr ...ect vs CType

VBnetster

Active member
Joined
Feb 15, 2008
Messages
32
Programming Experience
Beginner
what is exactly the difference? from what i can see they both basically do the same thing:confused:
 
They do the same thing, but CType takes more writing for basic types (like Integer) and also have more uses. It does class/structure conversion (inheritance casting) where you also can define your own Ctype conversion operators.
 
Back
Top