Show / Hide Table of Contents

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.ComponentModel.ITypeDescriptorContext that provides a format context.

System.Nullable<CultureInfo> culture

The System.Globalization.CultureInfo to use as the current culture.

System.Object value

The System.Object to convert.

Returns
Type Description
System.Nullable<System.Object>

An System.Object that represents the converted value.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.