Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between directcast and ctype?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to execute multiple catch block for a single try statement?

1067


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4360


What is appdomain in c#?

890


Distinguish between a class and struct?

925


Differentiate between method overriding from method overloading with its functionality?

1028


How can I develop an application that automatically updates itself from the web?

907


Explain how to implement an object pool in c#.net

961


What is a jagged array?

921


How do I simulate optional parameters to com calls?

957


What is desktop application testing?

923


What is the difference between a class and an object c#?

986


Illustrate serialization?

959


What is the difference between Java and .NET garbage collectors?

1035


What is CLR and its application.?

1047


What is the difference between interface and inheritance in c#?

902