|
MalformedCsvExceptionCurrentPosition Property
|
Gets the current position in the raw data.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public int CurrentPosition { get; }
Public ReadOnly Property CurrentPosition As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32The current position in the raw data.
See Also