Click or drag to resize

CSVGeneratorTGenerate Method (T, String)

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public bool Generate(
	T[] objects,
	out string csvContent
)

Parameters

objects
Type: T
csvContent
Type: SystemString

Return Value

Type: Boolean
See Also