Method ConvertFrom
ConvertFrom(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, 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.Nullable<ITypeDescriptorContext> | context | An |
| System.Nullable<CultureInfo> | culture | The |
| System.Object | value | The |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Object> | An |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |