Click or drag to resize

FrameView.ToCsv 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.IO.TextWriter
A writer to accept the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionwriter is null.
See Also