What is the difference between directcast and ctype?
Answer Posted / 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 |
Post New Answer View All Answers
What's c# ?
What is difference between C# and VB.NET?
What is the usage of transponders?
What is boolean conditions in c#?
How do you achieve polymorphism in c#?
What are the generation of Garbage Collection in C# .NET ?
What is sqladapter c#?
What is desktop application testing?
What are strong name assemblies?
write a C# Program add two matrix ?
What is a concrete class in c#?
What is the default boolean value in c#?
Why do we need singleton pattern in c#?
What is xml serialization in c#?
Is void a class?