What is the difference between Ctype and DirectCast data type converstion methods used in vb.net?
Select Answer:
No Difference
DirectCast method is slower than Ctype.
DirectCast is used only when type of variable or object is same with the converting type used in met
No. of arguments passed in both methods are different.
All Answer 2,3,4 are wrong
|