public static string StripSuffixes( this string value, IEnumerable<string> suffixes, bool ignoreCase = true )
In This Article