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

 

Converts a CommaDelimitedStringCollection object to a String object.

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

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ ctx,
	CultureInfo^ ci,
	Object^ value,
	Type^ type
) override

Parameters

ctx
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext used for type conversions.

ci
Type: System.Globalization::CultureInfo^

The CultureInfo used during conversion.

value
Type: System::Object^

The value to convert.

type
Type: System::Type^

The conversion type.

Return Value

Type: System::Object^

The String representing the converted value parameter, which is a CommaDelimitedStringCollection.

.NET Framework
Available since 2.0
Return to top
Show: