Click or drag to resize
LocalisedEnumConverterTConvertTo Method
Overload List
  NameDescription
Public methodConvertTo(Object, Type)
Converts the given value object to the specified type, using the arguments.
(Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Translates from the enum value to the localised text.
(Overrides EnumConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Top
See Also