Is it possible in C# to format a double value with double.ToString in a way that I have always a fixed number of digits, no matter on which side of the decimal point?
Sa
If your goal is to avoid "jumping" of the decimal point:
g