Hi,
I have a string variable with value “1.000,00”. I want to convert this string to a double value in the pt-pt format. I’ve tried the following code:
Decimal.Parse(“1.000,00”, CultureInfo.CreateSpecificCulture(“pt-pt”))
When I run the code, it always returns an error!
Can you find what is wrong?
1 post - 1 participant