UniqueMembersStringArrayConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

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

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An 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
Type: System.GlobalizationCultureInfo
A CultureInfo object. If null, the current culture is used.
value
Type: SystemObject
The Object to convert.
destinationType
Type: SystemType
The Type to convert value to.

Return Value

Type: Object
An Object instance that represents the converted value.
Exceptions

ExceptionCondition
GetConvertToException(Object, Type)destinationType is not of type String.
See Also

Reference