FontConverter::FontNameConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

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

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

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that 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 return null.

culture
Type: System.Globalization::CultureInfo^

A CultureInfo to use to perform the conversion

value
Type: System::Object^

The object to convert.

Return Value

Type: System::Object^

The converted object.

Exception Condition
NotSupportedException

The conversion cannot be completed.

.NET Framework
Available since 1.1
Return to top
Show: