Converts the double to a string.
value The value to convert.
A string representation of the Double.
If value is Double.PositiveInfinity or Double.NegativeInfinity, this method returns the string INF or -INF respectively.