I am trying to parse string \"0.0000\" with double.TryParse() but I have no idea why would it return false in this particular example. When I pass integer-like stri
When this method returns, contains the double-precision floating-point
number equivalent to the s parameter, if the conversion succeeded, or
zero if the conversion failed.