G
Guest
Hi,
I have something like this:
string S = dblN.ToString("F4")
and S contain the decimal point as in the windows setting (currently ',' on
this machine). But I want it to be let's say: '.' always and independant the
setting on the machine.
Someone can explain the best (and fast) way to do this ?
I have something like this:
string S = dblN.ToString("F4")
and S contain the decimal point as in the windows setting (currently ',' on
this machine). But I want it to be let's say: '.' always and independant the
setting on the machine.
Someone can explain the best (and fast) way to do this ?