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 is platform independence"?
How to reduce image resolution in C#?
What is the interface in c#?
In gridview in editmode if we want to display information in one combobox based on
Are arrays value types or reference types?
What is an assembly qualified name? Is it a filename? How is it different?
What is int32 in c#?
Can we inherit sealed class in c#?
What are methods c#?
Explain metadata in c#.
List out two different types of errors in c#?
What is encapsulation in csharp?
What standard types does c# use?
Why do we use generics in c#?
Why is lazy loading?