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

Which types of inheritances does c# support?

0 Answers  


What is an ienumerable in c#?

0 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is the purpose of constructor in c#?

0 Answers  


What is a struct in C#?

0 Answers   Arigo Infotech,






What floating point types is supported in C#?

0 Answers  


What is .net c#?

0 Answers  


Can we create instance for Abstract class?

28 Answers   HCL, Satyam, SoftSol, Wipro,


What is singleordefault?

0 Answers  


What is array and arraylist?

0 Answers  


How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


Why do we use stringbuilder in c#?

0 Answers  


Categories