how can i force a string when converting it to double not to lose it's initial format? (the sting source is a textbox)
what do i mean by that. i have a value +3456,9800 and by converting it to double i get a 3456,98
is there a way to keep the following zeros as well as the plus sign? the need of this, to me, is that i want the same length of characters in each value for a saving in a specific format
what do i mean by that. i have a value +3456,9800 and by converting it to double i get a 3456,98
is there a way to keep the following zeros as well as the plus sign? the need of this, to me, is that i want the same length of characters in each value for a saving in a specific format