Share via


CommaIo.outRecordDelimiter Method

Definition

Overloads

outRecordDelimiter()

Gets or sets the sequence of characters that is written to the output files, which separate the records in the output files.

outRecordDelimiter(String)

outRecordDelimiter()

Gets or sets the sequence of characters that is written to the output files, which separate the records in the output files.

public:
 override System::String ^ outRecordDelimiter();
public override string outRecordDelimiter ();
override this.outRecordDelimiter : unit -> string
Public Overrides Function outRecordDelimiter () As String

Returns

The sequence of characters that is written to the output files.

Remarks

For standard text files, the delimiter is a newline character.

Applies to

outRecordDelimiter(String)

public:
 override System::String ^ outRecordDelimiter(System::String ^ _value);
public override string outRecordDelimiter (string _value);
override this.outRecordDelimiter : string -> string
Public Overrides Function outRecordDelimiter (_value As String) As String

Parameters

_value
String

Returns

Applies to