public abstract class EnumBaseConverter<T> : TypeConverter where T : struct
kind:method, kind:property, kind:ctor. Press Esc to clear.EnumBaseConverter(EnumBaseConverter<T>.CaseHandling)Creates a new instance.CaseHandlingModeDefines if the enum literal shall be converted to camelCase, PascalCase or kebab-case.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)Attempts to convert the provided value to T.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)Attempts to convert the value to the destination type.