I have the following value in Double: 1000.0
Using the command:
string.Format(CultureInfo.GetCultureInfo("pt-BR"), "{0:C}", 1000.0);
I have the output: $ 1,000.00
My Doubt is, how to convert $ 1000 to double, ie get output 1000....
asked by
31.01.2017 / 19:16