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.

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

.NET Framework (current version)
 

Converts an object of type StringCollection to a String or InstanceDescriptor.

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

public:
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 StringCollection to convert.

destinationType
Type: System::Type^

The type to convert the value to.

Return Value

Type: System::Object^

The converted value.

Exception Condition
ArgumentNullException

value is null.

-or-

destinationType is null.

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