- 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.
![]()
An object instance that represents the converted value.
The StringArrayConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) method converts an array of strings into a comma-separated string.
To convert a comma-separated string into an array of strings, use the StringArrayConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) method.