Changeset 5096 for trunk/sources
- Timestamp:
- 12/13/10 19:40:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/TableFileParser.cs
r5013 r5096 148 148 char[] disallowedSeparators = new char[] { ',' }; 149 149 // German format (real values) 150 numberFormat = NumberFormatInfo.GetInstance(new CultureInfo("de "));150 numberFormat = NumberFormatInfo.GetInstance(new CultureInfo("de-DE")); 151 151 separator = POSSIBLE_SEPARATORS 152 152 .Except(disallowedSeparators)
Note: See TracChangeset
for help on using the changeset viewer.