FontWeightConverter.ConvertFrom 方法

定义

试图将指定对象转换为 FontWeight 实例。

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

参数

td
ITypeDescriptorContext

类型的上下文信息。

ci
CultureInfo

正在转换的类型的 CultureInfo

value
Object

要转换的对象。

返回

Object

根据已转换的 value 创建的 FontWeight 实例。

例外

valuenull,或不是有效的转换类型。

适用于