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