Which one is faster – DirectCast or CTYpe.

 Posted by Bhakti on 12/23/2009 | Category: ASP.NET Interview questions | Views: 5774
Answer:

DirectCast.
CType uses the Visual Basic run-time helper routines for conversion which makes it slower then DirectCast.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response