Differentiate between ToString() and Convert.ToString()?
Manoj Kumar
ToString() and Convert.ToString() both are used for Type conversion, which is used to convert the other type of variables into string. ToString() doesn;t handle the null values while conversionConvert.ToString() can handle the null values while conversion