CommaIo.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:
override System::String ^ outFieldDelimiter();
public override string outFieldDelimiter ();
override this.outFieldDelimiter : unit -> string
Public Overrides 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:
override System::String ^ outFieldDelimiter(System::String ^ _value);
public override string outFieldDelimiter (string _value);
override this.outFieldDelimiter : string -> string
Public Overrides Function outFieldDelimiter (_value As String) As String
Parameters
- _value
- String