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
What is the process of Serialization?
What is out in c#?
What is an abstract class c#?
What is difference between singleordefault and firstordefault?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Which framework is best for desktop application?
What is difference between for and foreach in c#?
Explain the feature of c# language?
What is an object and a class?
How to open a new form on button click in Windows forms?
What does dbml stand for?
How do I create a single-file assembly?
what is the meaning of Object lifetime in OOPS
How to use exception handling in stored procedure?
Is for loop faster than foreach?