You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Models Namespaces > RainWorx.FrameWorx.MVC.Models.CSV > Parse Method (Stream, Boolean)

CSVParse Method (Stream, Boolean)

AuctionWorx 3.5 API
parses the specified CSV input stream into a collection of rows to be processed

Namespace:  RainWorx.FrameWorx.MVC.Models.CSV
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public static ImportData Parse(
	Stream inputStream,
	bool headingRow = true
)

Parameters

inputStream
Type: System.IOStream
the input stream to be read
headingRow (Optional)
Type: SystemBoolean
indicates whether a header row is expected (default: true)

Return Value

Type: ImportData
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.