CommaDelimitedStringCollectionConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)

 

Converts a String object to a CommaDelimitedStringCollection object.

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

public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ ctx,
	CultureInfo^ ci,
	Object^ data
) override

Parameters

ctx
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext used for type conversions.

ci
Type: System.Globalization::CultureInfo^

The CultureInfo used during conversion.

data
Type: System::Object^

The comma-separated String to convert.

Return Value

Type: System::Object^

A CommaDelimitedStringCollection containing the converted value.

.NET Framework
Available since 2.0
Return to top
Show: