Double Parse fails with Input "0"
Posted: Tue Jul 31, 2018 8:51 am
Hello!
I have the following Input for my TextField:
{Format("{0:#}", double.Parse(reportData.ct_nr_cyc_lc_cstm_res.Value))}
If my Value is for example "635" everything works fine, but if my Value is "0" only a whitespace is represented.
What could be the problem here?
Thanks for your help!
I have the following Input for my TextField:
{Format("{0:#}", double.Parse(reportData.ct_nr_cyc_lc_cstm_res.Value))}
If my Value is for example "635" everything works fine, but if my Value is "0" only a whitespace is represented.
What could be the problem here?
Thanks for your help!