0
votes
votes
0 answers
String Format question (solved now thanks)
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 ...
