Double to string conversion without scientific notation
问题 How to convert a double into a floating-point string representation without scientific notation in the .NET Framework? \"Small\" samples (effective numbers may be of any size, such as 1.5E200 or 1e-200 ) : 3248971234698200000000000000000000000000000000 0.00000000000000000000000000000000000023897356978234562 None of the standard number formats are like this, and a custom format also doesn\'t seem to allow having an open number of digits after the decimal separator. This is not a duplicate of