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.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. -or- destinationType is null. |
.NET Framework
Available since 4.5
Available since 4.5
Show: