Converts the given value object to the specified type, using specified context and culture information.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Overrides Function ConvertTo ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object, _ destinationType As Type _ ) As Object
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType )
Type: System.ComponentModel.ITypeDescriptorContext
The format context.
Type: System.Globalization.CultureInfo
The current culture.
Type: System.Object
The object to convert.
Type: System.Type
The type to convert the value to.