net472_PropertyGridHelpers.Converters_OnlySelectableTypeConverter_ConvertFrom - dparvin/PropertyGridHelpers GitHub Wiki
Converts from a string to a element in an Enum.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture,
object value)
parameter | description |
---|---|
context | Context information from the property grid. |
culture | Culture info to use for parsing. |
value | The string to convert from. |
exception | condition |
---|---|
ArgumentException | Value cannot be blank and no valid options are available. |
- class OnlySelectableTypeConverter
- namespace PropertyGridHelpers.Converters
- assembly PropertyGridHelpers