Io.outRecordDelimiter 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
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:
virtual System::String ^ outRecordDelimiter();
public virtual string outRecordDelimiter ();
abstract member outRecordDelimiter : unit -> string
override this.outRecordDelimiter : unit -> string
Public Overridable 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:
virtual System::String ^ outRecordDelimiter(System::String ^ _value);
public virtual string outRecordDelimiter (string _value);
abstract member outRecordDelimiter : string -> string
override this.outRecordDelimiter : string -> string
Public Overridable Function outRecordDelimiter (_value As String) As String
Parameters
- _value
- String