Spread Silverlight Documentation
ParseCsv Method


The text to parse.
The row delimiter.
The column delimiter.
The cell delimiter.
Parses the string to a two dimensional array.
Syntax
'Declaration
 
Public Shared Function ParseCsv( _
   ByVal text As System.String, _
   ByVal rowDelimiter As System.String, _
   ByVal columnDelimiter As System.String, _
   ByVal cellDelimiter As System.String _
) As System.String(,)
'Usage
 
Dim text As System.String
Dim rowDelimiter As System.String
Dim columnDelimiter As System.String
Dim cellDelimiter As System.String
Dim value() As System.String
 
value = Worksheet.ParseCsv(text, rowDelimiter, columnDelimiter, cellDelimiter)
public static System.string[,] ParseCsv( 
   System.string text,
   System.string rowDelimiter,
   System.string columnDelimiter,
   System.string cellDelimiter
)

Parameters

text
The text to parse.
rowDelimiter
The row delimiter.
columnDelimiter
The column delimiter.
cellDelimiter
The cell delimiter.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.