Click or drag to resize

SessionBaseParseCsvRow Method

Parses a row in a csv file and returns an iterator of column string values

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static IEnumerator<string> ParseCsvRow(
	string r
)

Parameters

r
Type: SystemString
Csv row string data to be parsed

Return Value

Type: IEnumeratorString
Iterator of column values
See Also