When I started VB.NET a year and so ago, I was straight from College and did not know VB. While searching for stuff at the internet I used to use backward compatible functions such as Cint and other functions without knowing that they are VB 6 functions that are still there to support backward compatibility. Now I also know that it is not good to call these functions and we should try to avoid them as much as possible.
I read in a book that DirectCast is much faster than CType and it is recommended to use.
A question is Ctype a backward comatible function, was it present in VB 6 ??
Thx in advance
I read in a book that DirectCast is much faster than CType and it is recommended to use.
A question is Ctype a backward comatible function, was it present in VB 6 ??
Thx in advance