EnumToDisplayNameConverter Class

Definition

Converts the specified value object to an enumeration object.

public abstract class EnumToDisplayNameConverter : System.ComponentModel.EnumConverter
type EnumToDisplayNameConverter = class
    inherit EnumConverter
Public MustInherit Class EnumToDisplayNameConverter
Inherits EnumConverter
Inheritance
EnumToDisplayNameConverter
Derived

Constructors

EnumToDisplayNameConverter(Type)

Methods

CanConvertFrom(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified value object to an enumeration object.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified destination type.

Applies to