How to do get a full string representation of a floating point? I've tried toString() on a floating point and the default precision for numbers after the decimal point is 6. I've also tried using format strings, but I can't seem to get a full textual representation of a floating point. Is there some trick I'm missing? -Joe