How can i get a double from string with starting 0,

tryed: Double.Parse(" 1.400,66".Trim, System.Globalization.CultureInfo.CreateSpecificCulture(“en-EN”)).ToString

but it gives an error: string format is incorrect !!!