Click or drag to resize
StringList  Conversion (StringList to String)
Implicit operator to convert list of strings to string

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static implicit operator string (
	StringList list
)

Parameters

list
Type: CMS.BaseStringList
List of values

Return Value

Type: String
See Also