In C#, is it possible to perform ToString on a float and get the value without using exponentials?
For example, consider the following:
float dummy;
Console.WriteLine(dummy.ToString("N5"));
where 5 its number of decimal places