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
)
Visual Basic
Public Shared Function ToString ( 
	values As IEnumerable(Of String)
) As String

Parameters

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

Return Value

Type: String
A String that represents the current Object.

See Also