System.Web.UI.WebControls.StringArrayConverter.ConvertTo Method

Converts an array of strings into a string of values separated by commas.

Syntax

public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext object that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.
culture
A System.Globalization.CultureInfo object. If null, the current culture is used.
value
The object to convert.
destinationType
The Type to convert value to.

Returns

An object instance that represents the converted value.

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0