Returns a String that represents the values.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static string ToString(
	IEnumerable<string> values,
	string delimiter
)
Visual Basic
Public Shared Function ToString ( 
	values As IEnumerable(Of String),
	delimiter As String
) As String

Parameters

values
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The values.
delimiter
Type: System..::..String
The delimiter.

Return Value

Type: String
A String that represents the current Object.

See Also