I\'m trying to convert a negative string to a decimal with this line of code.
var foo = Convert.ToDecimal("-1 097,42");
Locally I g