Io.outFieldDelimiter 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
outFieldDelimiter() |
Gets or sets the sequence of characters that are written to a file that is used to separate the fields of a record. |
outFieldDelimiter(String) |
outFieldDelimiter()
Gets or sets the sequence of characters that are written to a file that is used to separate the fields of a record.
public:
virtual System::String ^ outFieldDelimiter();
public virtual string outFieldDelimiter ();
abstract member outFieldDelimiter : unit -> string
override this.outFieldDelimiter : unit -> string
Public Overridable Function outFieldDelimiter () As String
Returns
The sequence of characters that are written to a file that is used to separate the fields of a record.
Applies to
outFieldDelimiter(String)
public:
virtual System::String ^ outFieldDelimiter(System::String ^ _value);
public virtual string outFieldDelimiter (string _value);
abstract member outFieldDelimiter : string -> string
override this.outFieldDelimiter : string -> string
Public Overridable Function outFieldDelimiter (_value As String) As String
Parameters
- _value
- String