TaskArgumentTypeConverter<TType>.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object) Method

Summary

Converts from a TaskArgument into a new type.

Syntax

public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo cultureInfo, object value)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
context ITypeDescriptorContext The System.ComponentModel.ITypeDescriptorContext.
cultureInfo CultureInfo The CultureInfo.
value object

Return Value

Type Description
object