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