Share via


CommaIo.inRecordDelimiter Method

Definition

Overloads

inRecordDelimiter(String)
inRecordDelimiter()

Determines to the *Io classes what character or characters to search for to determine whether a full record has been read.

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

Returns

Applies to

inRecordDelimiter()

Determines to the *Io classes what character or characters to search for to determine whether a full record has been read.

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

Returns

The character or characters that indicate whether a full record has been read.

Remarks

For standard text, the delimiter is a newline character.

Applies to