CSV Reports
CsvStreamToStringList Method (CsvStreamReader)



KellermanSoftware.CsvReports Namespace > CsvStreamReader Class : CsvStreamToStringList Method
Syntax
Public Function CsvStreamToStringList( _
   ByVal stream As Stream _
) As List(Of List(Of String))
Dim instance As CsvStreamReader
Dim stream As Stream
Dim value As List(Of List(Of String))
 
value = instance.CsvStreamToStringList(stream)
public List<List<string>> CsvStreamToStringList( 
   Stream stream
)
public:
List<List<String^>^>^ CsvStreamToStringList( 
   Stream^ stream
) 

Parameters

stream
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvStreamReader Class
CsvStreamReader Members