net472_PropertyGridHelpers.Converters_OnlySelectableTypeConverter_ConvertFrom - dparvin/PropertyGridHelpers GitHub Wiki

OnlySelectableTypeConverter.ConvertFrom method

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.

Exceptions

exception condition
ArgumentException Value cannot be blank and no valid options are available.

See Also

⚠️ **GitHub.com Fallback** ⚠️