Method ConvertFrom
ConvertFrom(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Nullable<Object>)
Converts the given object to the type of this converter, using the specified context and culture information.
Declaration
public override object? ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object? value)
Parameters
Type | Name | Description |
---|---|---|
System. |
context | An System.ComponentModel.ITypeDescriptorContext that provides a format context. |
System. |
culture | The System.Globalization.CultureInfo to use as the current culture. |
System. |
value | The System.Object to convert. |
Returns
Type | Description |
---|---|
System. |
An System.Object that represents the converted value. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |