TextFieldParser.Delimiters Property
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.
Defines the delimiters for a text file.
public:
property cli::array <System::String ^> ^ Delimiters { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[]? Delimiters { get; set; }
public string[] Delimiters { get; set; }
member this.Delimiters : string[] with get, set
Public Property Delimiters As String()
A string array that contains all of the field delimiters for the TextFieldParser object.
A delimiter value is set to a newline character, an empty string, or Nothing
.
This example specifies that the delimiter for the TextFieldParser
object, FileReader
, is a comma (,).
FileReader.TextFieldType = Microsoft.VisualBasic.FileIO.FieldType.Delimited
FileReader.Delimiters = New String() {","}
This property is meaningful only if the TextFieldType property is set to FieldType.Delimited
.
Defining the delimiters for a text file can also be accomplished with the SetDelimiters method.
The following table lists an example of a task involving the Delimiters
property.
To | See |
---|---|
Read from a delimited text file | How to: Read From Comma-Delimited Text Files |
Продукт | Версии |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: