Table of Contents

Method ConvertTo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ConvertTo(ITypeDescriptorContext?, CultureInfo?, object?, Type?)

Converts the given object to the converter's native type.

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

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object
destinationType Type

Returns

object