ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Attempts to convert the value to the destination type.

public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)

Parameters

culture
CultureInfo?
value
Object
destinationType
Type

Returns