I have this number: double number = 131151201344081895336534324866D;
Console.WriteLine(number) writes 1,31151201344082E+29, and Console.WriteLine(number.ToString("#")) only writes 131151201344082000000000000000.
But I want this number to appear on the console window as: 131151201344081895336534324866.
Is there a way I can print out all the digits?