P
probashi
Hi,
I am trying to the following:
String s = "( 54.05)";
decimal d = decimal.Parse(s);
when s = "( 54.05)" I what the value -54.05
and s = " 54.05" I what the value 54.05
Any suggestion.
Thanks.
I am trying to the following:
String s = "( 54.05)";
decimal d = decimal.Parse(s);
when s = "( 54.05)" I what the value -54.05
and s = " 54.05" I what the value 54.05
Any suggestion.
Thanks.