You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In class:
Nzy3d.WinformsDemo\ChartsHelper.cs
at line 74:
coords.Add(new Coord3d(i, dateL, double.Parse**(data[i]**)));
During debugging I have issue connected with data type of data[i]. When my string is dot delimitted code throw error.
When number is represented by comma delimitted, program can be debug.
The text was updated successfully, but these errors were encountered:
In class:
Nzy3d.WinformsDemo\ChartsHelper.cs
at line 74:
coords.Add(new Coord3d(i, dateL, double.Parse**(data[i]**)));
During debugging I have issue connected with data type of data[i]. When my string is dot delimitted code throw error.
When number is represented by comma delimitted, program can be debug.
The text was updated successfully, but these errors were encountered: