Converts the given object to the type of this converter, using the specified context and culture information.
This member overrides ConvertFrom.
[Visual Basic] Overrides OverloadsPublic Function ConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal culture As CultureInfo, _ ByVal value As Object _ ) As Object [C#] public override object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, object value ); [C++] public: Object* ConvertFrom( ITypeDescriptorContext* context, CultureInfo* culture, Object* value ); [JScript] public override function ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value ): Object;
An Object that represents the converted value.
EnumDescriptionConverter Class | NDoc.Core.PropertyGridUI Namespace | EnumDescriptionConverter.ConvertFrom Overload List