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.

SizeConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

 

Attempts to convert an instance of Size to a specified type.

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

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Provides contextual information about a component.

culture
Type: System.Globalization::CultureInfo^

Culture-specific information that should be respected during conversion.

value
Type: System::Object^

The instance of Size to convert.

destinationType
Type: System::Type^

The type that this instance of Size is converted to.

Return Value

Type: System::Object^

The object that is created from the converted instance of Size.

Exception Condition
NotSupportedException

value is null or is not an instance of Size, or if the destinationType is not one of the valid destination types.

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