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

 

Converts from the specified object to a string.

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^

An ITypeDescriptorContext that provides a format context.

culture
Type: System.Globalization::CultureInfo^

A CultureInfo to provide locale information.

value
Type: System::Object^

The Object to convert.

Return Value

Type: System::Object^

An Object that represents the converted value.

Exception Condition
NotSupportedException

The conversion cannot be performed.

.NET Framework
Available since 2.0
Return to top
Show: