Error Double.TryParse (in XMLSerializer.StringToArray,...
Simulate chemical processes using advanced thermodynamic models
Brought to you by:
danwbr
Double.TryParse in XMLSerializer.StringToArray, XMLSerializer.StringToArray2 not use CultureInfo (ci).
Please replace this code:
If Double.TryParse(s, New Double) Then
......
on this code:
If Double.TryParse(s, NumberStyles.Any, ci, New Double) Then
......
https://github.com/DanWBR/dwsim4/commit/8bdb6e1cffe9f2144b85931b1e22fa5d6da1a14c