Share via


AsciiIo.inRecordDelimiter Method

Definition

Overloads

inRecordDelimiter()

Sets or retrieves the character that is used as the record delimiter of an input file that is represented by an AsciiIO object.

inRecordDelimiter(String)

inRecordDelimiter()

Sets or retrieves the character that is used as the record delimiter of an input file that is represented by an AsciiIO object.

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

Returns

The character that is used as the record delimiter.

Remarks

For standard text, the delimiter is a newline character.

Applies to

inRecordDelimiter(String)

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

Parameters

_value
String

The character to assign as the record delimiter.

Returns

Applies to