Click or drag to resize
StringList Class
Represents a list of strings separated by semicolon
Inheritance Hierarchy
SystemObject
  CMS.BaseStringList

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class StringList

The StringList type exposes the following members.

Constructors
  NameDescription
Public methodStringList
Constructor
Top
Properties
  NameDescription
Public propertyItems
Items that take part in the list
Public propertySeparator
List separator
Protected propertyStringRepresentation
String representation of the list
Top
Methods
  NameDescription
Public methodToString
Returns the string representation of the list
(Overrides ObjectToString.)
Public methodWithSeparator
Sets the separator to the list
Top
Operators
  NameDescription
Public operatorStatic member(StringList to String)
Implicit operator to convert list of strings to string
Top
See Also