C#
System.Globalization.CultureInfo ci; ci = System.Globalization.CultureInfo.CreateSpecificCulture("en-EN"); Single f = Single.Parse("1.09", ci);