UniqueMembersStringArrayConverter Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Provides a type converter to convert a string of comma-separated values to and from an array of strings. Each member must be unique. Values are case sensitive.
Inheritance Hierarchy

SystemObject
  System.ComponentModelTypeConverter
    System.Web.UI.WebControlsStringArrayConverter
      ContentStudio.Site.ControlsUniqueMembersStringArrayConverter

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

public class UniqueMembersStringArrayConverter : StringArrayConverter

The UniqueMembersStringArrayConverter type exposes the following members.

Constructors

  NameDescription
Public methodUniqueMembersStringArrayConverter
Initializes a new instance of the UniqueMembersStringArrayConverter class
Top
Methods

  NameDescription
Public methodCanConvertFrom(Type) (Inherited from TypeConverter.)
Public methodCanConvertFrom(ITypeDescriptorContext, Type) (Inherited from StringArrayConverter.)
Public methodCanConvertTo(Type) (Inherited from TypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type) (Inherited from TypeConverter.)
Public methodConvertFrom(Object) (Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts the specified comma-separated string into an array of strings.
(Overrides StringArrayConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public methodConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public methodConvertTo(Object, Type) (Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts an array of strings into a string of values separated by commas.
(Overrides StringArrayConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public methodConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public methodCreateInstance(IDictionary) (Inherited from TypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from TypeConverter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetConvertFromException (Inherited from TypeConverter.)
Protected methodGetConvertToException (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperties(Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object, Attribute) (Inherited from TypeConverter.)
Public methodGetPropertiesSupported (Inherited from TypeConverter.)
Public methodGetPropertiesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValues (Inherited from TypeConverter.)
Public methodGetStandardValues(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetType (Inherited from Object.)
Public methodIsValid(Object) (Inherited from TypeConverter.)
Public methodIsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSortProperties (Inherited from TypeConverter.)
Public methodToString (Inherited from Object.)
Top
Remarks

The UniqueMembersStringArrayConverter class converts a string of comma-separated values to and from an array of strings. This class provides the ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) and ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) methods to perform the type conversions.
See Also

Reference