System.EnumExtensions static class EnumExtensions Provides a polyfill for the generic Enum.Parse{T} method which is available in .NET Core and newer .NET versions but missing in .NET Framework. Documentation Code public sealed class <G>$8E5C3F0AE356A7A1CAD4B372112D6A6D public static T Parse<T>(string value) where T : struct public static T Parse<T>(string value, bool ignoreCase) where T : struct