blah blah blah is here! blah blah » Close

0
votes
0 answers

String Format question (solved now thanks)

MickW
151

Please excuse my ignorance - I'm learning as I go with C sharp! I'm trying to format a double into a string with the following line: string fStartF = String.Format("{0:0.0}", dStartF); It isn't working currently. I simpl ...

Feedback