int lastIndex = value.LastIndexOf('.'); if (lastIndex > 0) { value = value.Substring(0, lastIndex).Replace(".", "") + value.Substring(lastIndex); }