Click or drag to resize
LocalisedEnumConverter<T>.ConvertFrom Method
Overload List
  NameDescription
Public methodConvertFrom(Object)
Converts the given value to the type of this converter.
(Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Translates from the localised text to the enum value.
(Overrides EnumConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Top
See Also