FontConverter.FontNameConverter.ConvertFrom 方法

定义

将给定对象转换为转换器的本机类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value);
public override object? ConvertFrom (System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

参数

context
ITypeDescriptorContext

ITypeDescriptorContext,可用来提取有关调用此转换器的环境的附加信息。 这可能为 null,因此应总是对其进行检查。 同样,上下文对象上的属性也可能返回 null

culture
CultureInfo

用于 CultureInfo 执行转换的 。

value
Object

要转换的对象。

返回

被转换的对象。

例外

无法完成转换。

适用于

另请参阅