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