claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Fix roundtrip/serialization of real with > 5 digits #33

Closed qmfrederik closed 6 years ago

qmfrederik commented 6 years ago

Values such as "0.748765" would be truncated to "0.74876", use .ToString("G17") to keep all digits in the string repesentation.