CSVStateMachine Methods

The following tables list the members exposed by the CSVStateMachine type.

Methods
 
Name Description
Public method NeedsMoreText() /// Returns true if we need more text ///
Public method ParseChunk(string, bool) /// Parse a new chunk of text retrieved via some other means than a stream. /// /// Call this function when you are retrieving your own text and when each chunk may or may not /// include line separators, and your stream does not consume line separators on its own. ///
Top

In this article

Definition