I want to parse a string like \"3.5\" to a double. However,
\"3.5\"
double.Parse(\"3.5\")
yields 35 and
double.Pars
Multiply the number and then divide it by what you multiplied it by before.
For example,
perc = double.Parse("3.555)*1000; result = perc/1000