OpenNETCF Smart Device Framework 2.3
The DelimitedTextWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DelimitedTextWriter | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the current writer and releases any system resources associated with
the writer.
| |
| Dispose |
Releases the unmanaged resources used by the DelimitedTextWriter
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Flush |
Causes any buffered data to be flushed to the target file
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextRow |
Writes a RowDelimiter to the output file
| |
| ToString | (Inherited from Object.) | |
| Write | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| Implicit |
Properties
| Name | Description | |
|---|---|---|
| FieldDelimiter |
Gets or sets the string that separates fields in a row
| |
| RowDelimiter |
Gets or sets the string that separates rows in the file
|