Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinkArea::LinkAreaConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 
Use BaseTrue

Converts the given object to the converter's native type.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A formatter context. This object can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may also return null.

culture
Type: System.Globalization::CultureInfo^

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

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

The converted object. This will throw an exception if the conversion could not be performed.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft