Skip to content

Commit

Permalink
Merge pull request #36 from islandsvinur/decimal-comma-hint
Browse files Browse the repository at this point in the history
Add hint to parse numbers in decimal comma culture
  • Loading branch information
ChrisMarinos committed Jul 9, 2015
2 parents 582ea93 + 92b6dfa commit 8f59468
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FSharpKoans/AboutTheStockExample.fs
Expand Up @@ -16,6 +16,9 @@ open FSharpKoans.Core
// System.Double.Parse - converts a string argument into a
// numerical value.
//
// Hint: Use CultureInfo.InvariantCulture to always parse '.' as
// the decimal point.
//
// The following function will convert a comma separated string
// into an array of the column values.
//
Expand Down

0 comments on commit 8f59468

Please sign in to comment.