What is difference between Convert.ToString(variable) and
variable.ToString()
Answer Posted / hima sijo
convert.tostring handles Null value also where
Variable.tostring wont handle null value.It throw exception
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Constructor to an arbitrary base constructor?
What are Indexers in C#?
Is string nullable in c#?
What is a event in c#?
What is the use of delegates in c#?
Who introduced c#?
What is scaffolding in c#?
Why abstract class is not instantiated in c#?
How many bits is int32?
Do events have return type c#?
Does c# have functions?
What is the difference between dll and lib?
Should I make my destructor virtual?
What is trim in c#?
What is desktop application testing?