Creates a data file in delimited text format for writing.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static MatrixMarketStream Create(
string path,
TextOptions options = null
)
Public Shared Function Create (
path As String,
Optional options As TextOptions = Nothing
) As MatrixMarketStream
public:
static MatrixMarketStream^ Create(
String^ path,
TextOptions^ options = nullptr
)
static member Create :
path : string *
?options : TextOptions
(* Defaults:
let _options = defaultArg options null
*)
-> MatrixMarketStream
Parameters
- path
- Type: SystemString
The path to the file. - options (Optional)
- Type: Extreme.DataTextOptions
A TextOptions object
that specifies the options to use when writing the file.
Return Value
Type:
MatrixMarketStreamA
MatrixMarketStream.
Numerical Libraries
Supported in: 6.0
Reference