Does anyone have an idea how I can display the numbers of output also with comma?For example 8.0 instead of 8
Does anyone have an idea how I can display the numbers of output also with comma?For example 8.0 instead of 8
give a try on
item("hours").Value(Of Double).toString("F1")
Thank you very much! that worked. Can youtell me what is(“F1”)? regards
we specified the format as F for Fixed-Point, 1 for precission
F2 would return 8.00
Ok Thanks
regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.