MatrixMarketFile.Create Method

Creates a data file in delimited text format for writing.

Definition

Namespace: Extreme.Data.Text
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public static MatrixMarketStream Create(
	string path,
	TextOptions options = null
)

Parameters

path  String
The path to the file.
options  TextOptions  (Optional)
A TextOptions object that specifies the options to use when writing the file.

Return Value

MatrixMarketStream
A MatrixMarketStream.

See Also