1
Reply

Differentiate between ToString() and Convert.ToString()?

Manoj Kumar

Manoj Kumar

7y
523
0
Reply

    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