ChrisMarinos / FSharpKoans

A simple, fun, and interactive way to learn the F# language through testing.
Other
1.28k stars 671 forks source link

Add hint to parse numbers in decimal comma culture #36

Closed islandsvinur closed 9 years ago

islandsvinur commented 9 years ago

In cultures with a decimal comma, System.Double.Parse will by default not be able to parse the stock data as floating numbers. Add a hint as to how to achieve this.