RecordEnumerator..::..MoveNext Method

Advances the enumerator to the next record of the CSV.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool MoveNext()
Public Function MoveNext As Boolean
public:
bool^ MoveNext()

Return Value

trueTruetruetrue (True in Visual Basic) if the enumerator was successfully advanced to the next record, falseFalsefalsefalse (False in Visual Basic) if the enumerator has passed the end of the CSV.