Click or drag to resize

FrameViewToCsv Method

Write the data in the view to a comma-separated-value file.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void ToCsv(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
A writer to accept the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionwriter is .
See Also