Explain convert.tostring and i.tostring method?



Explain convert.tostring and i.tostring method?..

Answer / Ramkaran

Convert.ToString() is a static method that converts an object into its string representation. It can handle most data types. I.ToString() refers to the instance ToString() method that every .NET object inherits from Object class. This method returns a string representing the object, typically its name or description.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What are the difference between dispose(), close(), exit(), end()?

1 Answers  


what is the dif b/w panel and groupbox.

4 Answers   Ksb,


What is the differences between dataset.clone and dataset.copy?

1 Answers  


Define manifest?

1 Answers  


What is DLL hell?

2 Answers  


What does assert() method do In VB.NET

1 Answers   MCN Solutions,


What is the purpose of an Assembly?

1 Answers  


What is "Friend" in VB.Net?

5 Answers  


What do you mean by deserialization?

1 Answers  


Explain the difference between thread and process?

1 Answers  


What is sealed class?

1 Answers  


Can you please explain the difference between value and reference types?

1 Answers  


Categories