
You often do this to yourself without even knowing...
Better options where you'll avoid this and you'll fall in love with:
string.ToLowerInvariant()
string.ToUpperInvariant()
float.ToString(CultureInfo.InvariantCulture)
float.TryParse(input, NumberStyles.Float, CultureInfo.InvariantCulture, out float value)