Can someone provide the simple way to output float value in such format in C#:
dddddd,dd - exactly two digits after comma
I tried this:
number.ToString(CultureInfo.CreateSpecificCulture("uk-UA"));
but I don't know how to print two digits after a comma (even if there will be only ",00").
Optionally:
I also need to print numbers in this format:
d,ddd,ddd.dd