Click or drag to resize

SessionBase.ParseCsvRow 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: System.String
Csv row string data to be parsed

Return Value

Type: IEnumerator<String>
Iterator of column values
See Also