I was writing some code today and I noticed that Convert has a toString method, now I understand it has this because it inherits from the base object so the question is a little pointless because it inherently just has that built in no matter what, but just for the fun of it I wanted to ask - Would there ever be a time where this would be something you would want to do? I mean the point of Convert is to in this case take a string and turn it into a double, so why would you ever convert it back to a string?
Edit: I'm not saying this is pointless, I'm asking why you would ever use it because given my cursory inspection it seems pointless but obviously it is there for a reason and I'm curious, Not really sure why this is getting downvoted.