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.

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

 

Converts an instance of the DataGridLength class to an instance of the specified type.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An object that provides a format context.

culture
Type: System.Globalization::CultureInfo^

The object to use as the current culture.

value
Type: System::Object^

The DataGridLength to convert.

destinationType
Type: System::Type^

The type to convert the value to.

Return Value

Type: System::Object^

The converted value.

Exception Condition
ArgumentNullException

destinationType is null.

ArgumentException

value is not a DataGridLength or destinationType is not a valid conversion type.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft