'Declaration Public Overloads Overrides Function ConvertTo( _ ByVal context As ITypeDescriptorContext, _ ByVal cultureInfo As CultureInfo, _ ByVal value As Object, _ ByVal destinationType As Type _ ) As Object
'Usage Dim instance As AnimationRateConverter Dim context As ITypeDescriptorContext Dim cultureInfo As CultureInfo Dim value As Object Dim destinationType As Type Dim value As Object value = instance.ConvertTo(context, cultureInfo, value, destinationType)
public override object ConvertTo( ITypeDescriptorContext context, CultureInfo cultureInfo, object value, Type destinationType )
Parameters
- context
- ITypeDescriptorContext
- cultureInfo
- current culture (see CLR specs)
- value
- value to convert from
- destinationType
- Type to convert to
Return Value
converted value