Toes the delimitted string.
Namespace: DotNetNuke.Entities.Content.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string ToDelimittedString( this List<Term> terms, string delimitter ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function ToDelimittedString ( terms As List(Of Term), delimitter As String ) As String |
Parameters
- terms
- Type: System.Collections.Generic..::..List<(Of <(<'Term>)>)>
The terms.
- delimitter
- Type: System..::..String
The delimitter.