i had tryed:
Double.Parse(" 1.400,66".Trim, System.Globalization.CultureInfo.CreateSpecificCulture(“en-EN”)).ToString
but it gives an error: string format is incorrect !!!
i had tryed:
Double.Parse(" 1.400,66".Trim, System.Globalization.CultureInfo.CreateSpecificCulture(“en-EN”)).ToString
but it gives an error: string format is incorrect !!!