TypeConverter::ConvertFrom Method (Object^)

 

Converts the given value to the type of this converter.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
Object^ ConvertFrom(
	Object^ value
)

Parameters

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 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: