FlatFileColumn.ColumnDelimiter Property
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.
Gets or sets the character that is the column delimiter.
public:
property System::String ^ ColumnDelimiter { System::String ^ get(); void set(System::String ^ value); };
public string ColumnDelimiter { get; set; }
member this.ColumnDelimiter : string with get, set
Public Property ColumnDelimiter As String
Property Value
A String that contains the character that is the column delimiter in the file.
Remarks
The following table shows the valid values.
Description | Characters |
---|---|
Carriage return line feed | {CR}{LF} |
Carriage return | {CR} |
Line feed | {LF} |
Semi-colon | {;} |
Colon | {:} |
Comma | {,} |
Tab | {t} |
Vertical Bar | {|} |