TheCommonUtils..::..CListToString Method (ICollection<(Of <(<'String>)>)>, String)
Converts a collection into a string.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string CListToString( ICollection<string> pList, string Sep )
Public Shared Function CListToString ( _ pList As ICollection(Of String), _ Sep As String _ ) As String
public: static String^ CListToString( ICollection<String^>^ pList, String^ Sep )
Parameters
- pList
- Type: ICollection<(Of <(<'String>)>)>
Reference to a string collection.
- Sep
- Type: String
A string to insert between each item.