WorkflowIdentityConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) 方法
定义
将指定值转换为派生类指定的新的表示形式。Converts the specified value to a new representation specified by the derived class.
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);
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
用于转换的上下文信息。Context information that is used for conversion.
- culture
- CultureInfo
可选的区域性信息。An optional culture information.
- value
- Object
要转换的对象。The object to convert.
返回
如果指定值转换为新的表示形式,则为 true;否则为 false。true if the specified value to a new representation is converted; otherwise, false.