OpenNETCF Smart Device Framework 2.3

The DelimitedTextWriter type exposes the following members.

Constructors

  NameDescription
DelimitedTextWriterOverloaded.

Methods

  NameDescription
Close
Closes the current writer and releases any system resources associated with the writer.
Dispose
Releases the unmanaged resources used by the DelimitedTextWriter
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
WriteOverloaded.

Operators

  NameDescription
Implicit

Properties

  NameDescription
FieldDelimiter
Gets or sets the string that separates fields in a row
RowDelimiter
Gets or sets the string that separates rows in the file

See Also