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

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

Converts the specified comma-separated string into an array of strings.

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 ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

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.

Return Value

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

ExceptionCondition
GetConvertFromException(Object) The conversion cannot be performed because value is not a string.
See Also

Reference