EnumerableExt..::..ToCSV<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>, Char)

To the CSV.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static string ToCSV<T>(
	IEnumerable<T> instance,
	char separator
)

Type Parameters

T

Parameters

instance
Type: IEnumerable<(Of <(<'T>)>)>
The instance.
separator
Type: Char
The separator.

Return Value

System.String.