LocalizedEnumConverter Class

Definition

Represents the localized enumerator converter.

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

Constructors

LocalizedEnumConverter(Type, Object[])

Initializes a new instance of the LocalizedEnumConverter class.

Methods

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the localized enumerator from an object.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the localized enumerator to an object.

GetStandardValues(ITypeDescriptorContext)

Returns the standard values.

Applies to