| 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
Syntax public string RawRecord { get; }
Public ReadOnly Property RawRecord As String
Get
Property Value
Type:
StringSee Also