This question has already been answered:
How can you write it in the form of a normal record (ie, 123 ...) and not with E + 19? My code snippet, the input number is written into a variable in this strange form, as in the picture
Console.WriteLine("enter full number"); float full = float.Parse(Console.ReadLine());
Console.WriteLine(x.ToString("##################################.#####################################"));
- Andrey NOP