StringList Class |
Namespace: CMS.Base
public class StringList
The StringList type exposes the following members.
Name | Description | |
---|---|---|
![]() | StringList |
Constructor
|
Name | Description | |
---|---|---|
![]() | Items |
Items that take part in the list
|
![]() | Separator |
List separator
|
![]() | StringRepresentation |
String representation of the list
|
Name | Description | |
---|---|---|
![]() | ToString |
Returns the string representation of the list
(Overrides ObjectToString.) |
![]() | WithSeparator |
Sets the separator to the list
|
Name | Description | |
---|---|---|
![]() ![]() | (StringList to String) |
Implicit operator to convert list of strings to string
|