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