Io.inRecordDelimiter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
inRecordDelimiter() |
Determines to the *Io classes what character or characters to search for to determine whether a full record has been read. |
inRecordDelimiter(String) |
inRecordDelimiter()
Determines to the *Io classes what character or characters to search for to determine whether a full record has been read.
public:
virtual System::String ^ inRecordDelimiter();
public virtual string inRecordDelimiter ();
abstract member inRecordDelimiter : unit -> string
override this.inRecordDelimiter : unit -> string
Public Overridable 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
inRecordDelimiter(String)
public:
virtual System::String ^ inRecordDelimiter(System::String ^ _value);
public virtual string inRecordDelimiter (string _value);
abstract member inRecordDelimiter : string -> string
override this.inRecordDelimiter : string -> string
Public Overridable Function inRecordDelimiter (_value As String) As String
Parameters
- _value
- String