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
| Name | Type | Description |
|---|---|---|
context | ITypeDescriptorContext? | An ITypeDescriptorContext that provides a format context. |
culture | CultureInfo? | The CultureInfo to use as the current culture. |
value | object? | The Object to convert. |
Returns: object? -- An Object that represents the converted value.