Skip to content

IconElementConverter.ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object?) method

Defined in

Type: IconElementConverter Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public override object? ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object? value)

Summary: Converts the given object to the type of this converter, using the specified context and culture information.

Parameters

NameTypeDescription
contextITypeDescriptorContext?An ITypeDescriptorContext that provides a format context.
cultureCultureInfo?The CultureInfo to use as the current culture.
valueobject?The Object to convert.

Returns: object? -- An Object that represents the converted value.