 | CsvReaderRawRecord Property |
Returns the text of the current record as it existed before parsing.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntaxpublic string RawRecord { get; }
Public ReadOnly Property RawRecord As String
Get
Property Value
Type:
String
See Also