Converts the given object to the type of this converter, using the specified context and culture information.
This member overrides ConvertFrom.
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 ITypeDescriptorContext,ByVal CultureInfo,ByVal Object) As Object
[C#] public override object ConvertFrom(ITypeDescriptorContext,CultureInfo,object);
[C++] public: Object* ConvertFrom(ITypeDescriptorContext*,CultureInfo*,Object*);
[JScript] public override function ConvertFrom(ITypeDescriptorContext,CultureInfo,Object): Object;
Converts the given value to the type of this converter.
Inherited from TypeConverter.
[Visual Basic] Public Function ConvertFrom(ByVal Object) As Object
[C#] public object ConvertFrom(object);
[C++] public: Object* ConvertFrom(Object*);
[JScript] public function ConvertFrom(Object): Object;
EnumDescriptionConverter Class | NDoc.Core.PropertyGridUI Namespace