TypeConverterBase::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

When overridden in a derived class, converts the specified value to a new representation specified by the derived class.

Namespace:   System.Activities.XamlIntegration
Assembly:  System.Activities (in System.Activities.dll)

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information that is used for conversion.

culture
Type: System.Globalization::CultureInfo^

An optional CultureInfo. If not supplied, the current culture is assumed.

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

The converted value.

.NET Framework
Available since 4.0
Return to top
Show: