Review: Fixes for double formatting on non-English culture

tfpt review /shelveset:cul;sborde

Comment :
Ivan’s build machine uses a Dutch-Belgium culture, where comma is used
for the decimal point instead of a period. Need to use
CultureInfo.Invariant to parse a float/double out of a string.

Looks good.

Tomas

From: Shri B.
Sent: Tuesday, November 03, 2009 1:37 PM
To: IronRuby External Code R.; [email protected]
Subject: Review: Fixes for double formatting on non-English culture

tfpt review /shelveset:cul;sborde

Comment :
Ivan’s build machine uses a Dutch-Belgium culture, where comma is used
for the decimal point instead of a period. Need to use
CultureInfo.Invariant to parse a float/double out of a string.