What is the difference between directcast and ctype?

Answers were Sorted based on User's Feedback



What is the difference between directcast and ctype?..

Answer / debjit mondal(9960119198)

Direct Cast is used for Casting type as well as ref. Ctype
is used only for Type Casting,That is why it is faster.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between directcast and ctype?..

Answer / swapna

Directcast means implicit casting. ctype comes under
Explicit conversion of integers to strings or strings to
integers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a dbml?

0 Answers  


What is out int in c#?

0 Answers  


What is the difference between array and arraylist c#?

0 Answers  


What is access modifier in c#?

0 Answers  


Explain deadlock?

0 Answers  






What is the difference between ienumerable and enumerator?

0 Answers  


Explain About ADO and its objects

0 Answers   DELL,


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What are lambda expressions used for?

1 Answers  


What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


Why do we need delegates?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


Categories