Completed
Last Updated: 17 Sep 2016 09:58 by ADMIN
ADMIN
Martin Ivanov
Created on: 22 Aug 2016 10:18
Category: Map
Type: Bug Report
0
Map: The Location.Parse method throws FormatException when the location string is saved with de-DE culture
The Location.Parse() method throws FormatException when the source string is saved (using the Location's object ToString() method) and the culture of the application is set to de-DE. 

Note:  The issue can appear with different cultures that use ',' as number decimal separator.

To work this around you can save or parse the Location manually instead of using ToString() and Parse().

Available in LIB version: 2016.3.919
0 comments