|
What is the difference between Convert.toString and. ToString() method ?
Convert.toString uses convert class method, which contains different static method to convert one primitive type to another primitive type.
While The ToString method of the Object class converts a type to a string type and it has many overloads.
|